Macros§
Structs§
Enums§
- BertTag
- Error
- This enum is storing all possible errors that can occur when serializing or deserializing a value using BERT.
- Regex
Option
Constants§
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 BERTError
.