Crate sml_rs

source ·
Expand description

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

Properties:

  • no_std by default, optional support for allocations using the alloc 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.

Type Definitions

Type alias for heapless::Vec<u8>
Type alias for alloc::Vec<u8>