Crates.io | strck_ident |
lib.rs | strck_ident |
version | 1.0.0 |
source | src |
created_at | 2022-08-01 05:30:19.264092 |
updated_at | 2024-10-14 11:59:24.515938 |
description | Checked owned and borrowed Unicode-based identifiers |
homepage | |
repository | https://github.com/QnnOkabayashi/strck |
max_upload_size | |
id | 636541 |
size | 7,961 |
Checked owned and borrowed Unicode-based identifiers.
This crate has been merged into strck
under the ident
feature flag,
and now is a thin wrapper that just re-exports from it.
strck
is a crate for creating checked owned and borrowed strings with
arbitrary invariants as the type level. This crate extends strct
by providing
Invariant
s 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.
See the crate-level documentation for more details.