emstr

Crates.ioemstr
lib.rsemstr
version0.2.0
sourcesrc
created_at2023-01-20 01:22:42.577613
updated_at2023-02-06 22:01:37.521367
descriptionHelpers for working with string types for embedded devices
homepage
repositoryhttps://github.com/ryankurte/emstr
max_upload_size
id763054
size22,358
ryan (ryankurte)

documentation

README

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

Commit count: 13

cargo fmt