emstr

no_std and alloc-free string building and encoding for embedded firmware in rust.

This crate provides an EncodeStr trait for string encoding and implementations for basic types, as well as a write! macro for building strings from encodable objects, roughly equivalent to alloc::format! except using pre-allocated buffers.

Status

GitHub tag Build Status Crates.io Docs.rs