ggen-core 26.6.25

Core graph-aware code generation engine
Documentation
1
2
3
4
5
6
7
pub mod path;
pub mod path_protector;
pub mod generator_integration;

pub use path::{ProtectedPath, PathError};
pub use path_protector::{GlobPattern, PathProtectionError, PathProtector};
pub use generator_integration::GeneratorPathGuard;