Re-exports§
pub use error::ClientFailed;
pub use error::ClientResult;
pub use error::Error;
pub use error::Result;
Modules§
- Chunk-based file storage implementation. This is a building block for a DHT or something similar.
src/zkas
is the library holding the zkas toolchain, consisting of a lexer, parser, static/semantic analyzers, a binary compiler, and a binary decoder.
Macros§
- This macro is used for a standard way of daemonizing darkfi binaries with TOML config file configuration, and argument parsing.