use-id-prefix 0.0.1

Prefixed identifier primitives for RustUse
Documentation
1
2
3
4
pub use crate::{
    IdPrefix, IdPrefixError, PrefixedId, PrefixedIdentifierKind, TypedPrefixedId,
    format_prefixed_id, is_valid_prefix, normalize_prefix, validate_prefix,
};