zenops-expand 0.4.0

String newtype with `${name}` placeholders that must be expanded before use.
docs.rs failed to build zenops-expand-0.4.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: zenops-expand-0.5.4

zenops-expand

Internal helper crate for zenops. Provides ExpandStr, a newtype around String that carries ${name} placeholders and must be passed through .expand(lookup) to produce a usable String. The type deliberately does not implement Display, AsRef<str>, or Deref<str>, so the compiler enforces expansion before the value reaches shell output or a filesystem path.

Dual-licensed under MIT or Apache-2.0.