add cellulite to the index

This commit is contained in:
Tamo
2025-07-15 23:14:06 +02:00
parent df2e7cde53
commit 73eb64242d
3 changed files with 17 additions and 1 deletions

View File

@ -85,7 +85,7 @@ pub use self::search::{
};
pub use self::update::ChannelCongestion;
pub type Result<T> = std::result::Result<T, error::Error>;
pub type Result<T, E = error::Error> = std::result::Result<T, E>;
pub type Attribute = u32;
pub type BEU16 = heed::types::U16<heed::byteorder::BE>;