1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
# vec-strings
[](https://github.com/NobodyXu/vec-strings/actions/workflows/rust.yml)
[](https://crates.io/crates/vec-strings)
[](https://crates.io/crates/vec-strings)
[](https://docs.rs/vec-strings)
More compact `Vec<Box<str>>` and `(Box<str>, Box<str>)`
This crate contains feature `serde`, which enables serialization/deserialization support.
## How to run tests
```
./run_test.sh
```
|