emstr 0.2.0

Helpers for working with string types for embedded devices
Documentation
1
2
3
4
5
6
7
8
9
10
//! Helpers for more complex string encodings

mod fractional;
pub use fractional::Fractional;

mod hex;
pub use hex::Hex;

mod pad;
pub use pad::{Pad, PadLeft, PadRight};