Expand description
Dockerfile parser module.
Provides:
instruction- Dockerfile AST typesdockerfile- nom-based parser implementation
Re-exports§
pub use dockerfile::ParseError;pub use dockerfile::parse_dockerfile;pub use instruction::*;
Modules§
- dockerfile
- Dockerfile parser using nom.
- instruction
- Dockerfile instruction AST types.