dynamic_learned_index 0.1.0

Dynamic Learned Index for efficient search in unstructured data.
1
2
3
4
5
#[cfg(all(feature = "tch", feature = "candle", feature = "mix"))]
compile_error!("features \"tch\", \"candle\", \"mix\" are mutually exclusive — enable only one");

#[cfg(not(any(feature = "tch", feature = "candle", feature = "mix")))]
compile_error!("either \"tch\", \"candle\", \"mix\" feature must be enabled");