tfparser-core 0.1.0

Library for parsing Terraform / Terragrunt source repositories into a queryable IR (Parquet-backed).
Documentation
1
2
3
4
5
6
7
//! Internal utilities shared across phases.
//!
//! Members of this module are crate-private — they exist to keep
//! cross-cutting helpers (path safety, byte-counted readers) in one place
//! without leaking implementation details into the public surface.

pub(crate) mod paths;