typed-ident 0.0.1

Type-safe identifier validation, inspection, and mutation.
Documentation
#![doc = include_str!("README.md")]
// =============================================================================
// MODULES
// =============================================================================

// -----------------------------------------------------------------------------
mod append_closed;
pub mod case;
pub mod chars;
mod profile;

// =============================================================================
// RE-EXPORTS
// =============================================================================

// -----------------------------------------------------------------------------
pub use append_closed::*;
#[doc(inline)]
pub use case::*;
#[doc(inline)]
pub use chars::*;
#[doc(inline)]
pub use profile::*;