Crate sml_rs

source ·
Expand description

This crate is a WIP implementation of the Smart Message Language (SML).

Feature flags

  • std (default) — Remove this feature to make the library no_std compatible.
  • alloc (default) — Implementations using allocations (alloc::Vec et al.).

Modules

This module implements the SML parser
SML transport protocol (version 1).
utility stuff