#string-format #line #line-string #allocator

no-std premium-line

A fixed capacity String suitable for stack allocation and devices without allocator

1 unstable release

Uses new Rust 2024

new 0.1.0 May 7, 2025

#411 in Embedded development


Used in premium

0BSD OR MIT OR Apache-2.0

10KB
246 lines

Line

A Line is like a String with a fixed capacity.

Since a Line has a fixed capacity it can be allocated on the stack or in static memory.

No runtime deps