Skip to main content

use_id_prefix/
prelude.rs

1pub use crate::{
2    IdPrefix, IdPrefixError, PrefixedId, PrefixedIdentifierKind, TypedPrefixedId,
3    format_prefixed_id, is_valid_prefix, normalize_prefix, validate_prefix,
4};