Crate bert

Source

Macros§

enum_str

Structs§

BertBigInteger
BertRegex
BertTime
RegexStruct
Serializer
TimeStruct

Enums§

BertTag
Error
This enum is storing all possible errors that can occur when serializing or deserializing a value using BERT.
RegexOption

Constants§

BERT_LABEL
EXT_VERSION

Functions§

get_atom
get_bert_atom
get_bert_nil
get_empty_tuple
get_nil
get_small_tuple
merge_terms
str_to_binary
term_to_binary
Convert passed value to a BERT representation.
to_vec
Encode the specified struct into a [u8] buffer.
to_writer
Encode the passed value into a [u8] writer.

Type Aliases§

Result
Helper alias for Result objects that return a BERT Error.