fixedstr 0.2.6

strings of constant maximum size that can be copied and stack allocated, using Rust's new const generics
Documentation
1
2
3
4
5
6
7
8
9
10
[dependencies]

[package]
description = "strings of constant maximum size that can be copied and stack allocated, using Rust's new const generics"
edition = "2018"
keywords = ["string"]
license = "MIT"
name = "fixedstr"
repository = "https://github.com/chuckcscccl/fixedstr/"
version = "0.2.6"