Crate irmin

Source

Re-exports§

pub use crate::Error;

Modules§

bindings

Macros§

check
check_opt
json
Construct a serde_json::Value from a JSON literal.

Structs§

Commit
Wrapper around Irmin commits
CommitKey
Config
Wrapper around Irmin.config
Hash
Wrapper around Irmin hash type
Info
Wrapper around irmin commit info
IrminString
IrminString is a wrapper around strings returned by libirmin
KindedKey
Metadata
Wrapper around irmin trees
Path
Wrapper around String_list Path type
Remote
Repo
Wrapper around Irmin repo
Store
Wrapper around Irmin.S
Tree
Wrapper around irmin trees
Type
Wrapper around Irmin.Type
Value
Wrapper around OCaml values

Enums§

ContentType
Builtin content types
Error
HashType
Available hash types

Traits§

Contents
Used to specify the content type of a store

Functions§

set_log_level
Set internal log level

Type Aliases§

Json
JsonValue