Crate sise_atom

Crate sise_atom 

Source
Expand description

This crate provides auxiliary functions used to encode and decode S-expression atom values.

§Minimum Rust version

The minimum Rust version required by this crate is 1.55.

Functions§

decode_ascii_string
decode_bool
Decodes a boolean value
decode_byte_string
decode_f32
Decodes a 32-bit floating point number
decode_f64
Decodes a 64-bit floating point number
decode_i8
Decodes a signed 8-bit integer
decode_i16
Decodes a signed 16-bit integer
decode_i32
Decodes a signed 32-bit integer
decode_i64
Decodes a signed 64-bit integer
decode_i128
Decodes a signed 128-bit integer
decode_u8
Decodes an unsigned 8-bit integer
decode_u16
Decodes an unsigned 16-bit integer
decode_u32
Decodes an unsigned 32-bit integer
decode_u64
Decodes an unsigned 64-bit integer
decode_u128
Decodes an unsigned 128-bit integer
decode_utf8_string
encode_ascii_string
encode_bool
Encodes a boolean value
encode_byte_string
encode_f32
Encodes a 32-bit floating point number
encode_f64
Encodes a 64-bit floating point number
encode_i8
Encodes a signed 8-bit integer
encode_i16
Encodes a signed 16-bit integer
encode_i32
Encodes a signed 32-bit integer
encode_i64
Encodes a signed 64-bit integer
encode_i128
Encodes a signed 128-bit integer
encode_u8
Encodes an unsigned 8-bit integer
encode_u16
Encodes an unsigned 16-bit integer
encode_u32
Encodes an unsigned 32-bit integer
encode_u64
Encodes an unsigned 64-bit integer
encode_u128
Encodes an unsigned 128-bit integer
encode_utf8_string