Expand description
This crate is a WIP implementation of the Smart Message Language (SML).
Properties:
no_std
by default, optional support for allocations using thealloc
feature flag.
Feature flags
alloc
— Implementations using allocations (alloc::Vec
et al.).
Modules
SML transport protocol (version 1).
Structs
Error type indicating that an operation failed due to lack of memory.
Traits
Interface for byte vectors.