lix 0.12.1

Embeddable version control for apps and AI agents.
Documentation
1
2
3
4
5
#[derive(Debug, Clone, Copy, PartialEq, Eq)]
pub(crate) enum JsonCodec {
    Raw,
    Zstd,
}