Skip to main content

Crate asun

Crate asun 

Source

Re-exports§

pub use binary::decode_binary;
pub use binary::encode_binary;
pub use decode::decode;
pub use encode::encode;
pub use encode::encode_typed;
pub use error::Error;
pub use error::Result;
pub use pretty::encode_pretty;
pub use pretty::encode_pretty_typed;
pub use pretty::pretty_format;

Modules§

binary
ASUN Binary Format (ASUN-BIN)
decode
encode
error
pretty
simd
Cross-platform SIMD utilities for accelerating ASUN parsing and serialization.