| Crates.io | emstr |
| lib.rs | emstr |
| version | 0.2.0 |
| created_at | 2023-01-20 01:22:42.577613+00 |
| updated_at | 2023-02-06 22:01:37.521367+00 |
| description | Helpers for working with string types for embedded devices |
| homepage | |
| repository | https://github.com/ryankurte/emstr |
| max_upload_size | |
| id | 763054 |
| size | 22,358 |
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.