inline_string 0.1.2

An array-based string type
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# `inline_string`

This crate provides a string type backed by an inline array of bytes.

## Features

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.