ankurah-core 0.7.23

Core state management functionality for Ankurah
Documentation
1
2
3
4
5
pub mod encoding;
pub mod key_spec;

pub use encoding::{encode_component_typed, encode_tuple_values_with_key_spec, IndexError};
pub use key_spec::{IndexDirection, IndexKeyPart, IndexSpecMatch, KeySpec, NullsOrder};