tree-type 0.4.5

Rust macros for creating type-safe filesystem tree structures
Documentation
1
2
3
4
5
6
7
//! Re-exports for the `pattern-validation` feature.
//!
//! This module provides convenient access to regex types without requiring
//! consumers to add regex as a dependency.

/// Re-export of [`regex::Regex`]. See original docs for details.
pub use regex::Regex;