jeff-format 0.2.0

Rust bindings for the jeff exchange format
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! This module contains the Cap'n Proto encoding and decoding functions
//! generated from the `.capn` schema.
//!
//! The `jeff_capnp.rs` file **SHOULD NOT** be edited manually.
//! Instead, use `just update-capnp` to regenerate it.

#[allow(warnings)]
#[allow(unknown_lints)]
#[allow(clippy::all)]
#[rustfmt::skip]
pub mod jeff_capnp;