| Crates.io | inline_string |
| lib.rs | inline_string |
| version | 0.1.2 |
| created_at | 2025-10-26 13:20:03.66596+00 |
| updated_at | 2025-11-06 21:45:33.228163+00 |
| description | An array-based string type |
| homepage | |
| repository | https://git.sr.ht/~alphakeks/inline_string.rs |
| max_upload_size | |
| id | 1901390 |
| size | 46,221 |
inline_stringThis crate provides a string type backed by an inline array of bytes.
You can enable the following cargo features for ecosystem trait implementations:
serde implements serde_core::Serialize and serde_core::Deserialize.sqlx implements sqlx::Type, sqlx::Encode, and sqlx::Decode.All features are disabled by default.