Module types

Source

Re-exports§

pub use crate::types::atom::Atom;
pub use crate::types::binary::Binary;
pub use crate::types::binary::NewBinary;
pub use crate::types::binary::OwnedBinary;
pub use self::erlang_option::ErlOption;

Modules§

atom
big_int
binary
Safe wrappers around Erlang binaries.
elixir_struct
Utilities used to create and access data specific to Elixir structs. Keep in mind that an Elixir struct is a normal Erlang map, and functions from the map module can be used.
erlang_option
i128
path
truthy
A type to represent a truthy value.
tuple

Structs§

BigInt
A big signed integer type.
ListIterator
Enables iteration over the items in the list.
LocalPid
MapIterator
Reference
Wrapper for BEAM reference terms.

Traits§

Decoder
Encoder