1 unstable release
Uses new Rust 2024
new 0.1.0 | May 7, 2025 |
---|
#411 in Embedded development
Used in premium
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.