add cellulite to the index

This commit is contained in:
Tamo
2025-07-15 23:14:06 +02:00
parent 4fe073cc1a
commit 25a1d50763
3 changed files with 17 additions and 1 deletions

View File

@@ -87,7 +87,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>;