strck_ident

Crates.iostrck_ident
lib.rsstrck_ident
version1.0.0
sourcesrc
created_at2022-08-01 05:30:19.264092
updated_at2024-10-14 11:59:24.515938
descriptionChecked owned and borrowed Unicode-based identifiers
homepage
repositoryhttps://github.com/QnnOkabayashi/strck
max_upload_size
id636541
size7,961
Quinn (QnnOkabayashi)

documentation

README

github-img crates-img docs-img

Checked owned and borrowed Unicode-based identifiers.

🚧 Deprecation Notice 🚧

This crate has been merged into strck under the ident feature flag, and now is a thin wrapper that just re-exports from it.

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.

Commit count: 18

cargo fmt