3 releases

0.1.2 Oct 20, 2022
0.1.1 Aug 23, 2022
0.1.0 Aug 1, 2022

#1583 in Rust patterns

Download history 4296/week @ 2024-01-05 2716/week @ 2024-01-12 3487/week @ 2024-01-19 4459/week @ 2024-01-26 4551/week @ 2024-02-02 4724/week @ 2024-02-09 3998/week @ 2024-02-16 6041/week @ 2024-02-23 6173/week @ 2024-03-01 6161/week @ 2024-03-08 7628/week @ 2024-03-15 8217/week @ 2024-03-22 6650/week @ 2024-03-29 7649/week @ 2024-04-05 10388/week @ 2024-04-12 7949/week @ 2024-04-19

33,894 downloads per month
Used in 7 crates (via diplomat_core)

MIT license

44KB
538 lines

github-img crates-img docs-img

Checked owned and borrowed Unicode-based identifiers.

Overview

strck is a crate for creating checked owned and borrowed strings with arbitrary invariants as the type level. This crate extends strct by providing Invariants for Unicode identifiers and Rust identifiers. In the future, this crate may support identifiers for other languages as well.

This crate re-exports Check, Ck, IntoCheck, and IntoCk from strck, so other libraries only have to depend on this crate.

Documentation

See the crate-level documentation for more details.

Dependencies

~175KB