//! Shared GTS ID parsing primitives.
//!
//! This crate provides the single source of truth for GTS identifier parsing
//! and validation, used by both the `gts` runtime library and the `gts-macros`
//! proc-macro crate.
pub
pub
pub use ;
pub use GtsId;
pub use GtsIdPattern;
pub use ;
pub use GTS_ID_MAX_LENGTH;
pub use ;