Docs.rs
stackstring-0.3.1
stackstring 0.3.1
Permalink
Docs.rs crate page
MIT
Links
crates.io
Source
Owners
IovoslavIovchev
Dependencies
rkyv ^0.7.11
normal
optional
serde ^1.0.125
normal
optional
serde ^1.0.125
dev
serde_json ^1
dev
Versions
23.33%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
stackstring
0.3.1
Module error
Module Items
Structs
In crate stackstring
stackstring
Module
error
Copy item path
Source
Structs
ยง
Error
An error occurs when there are more than
L
bytes are attempted to be pushed into a
String<L>
or when a
String
is being created with less than
L
bytes.