wdl-ast 0.26.0

An abstract syntax tree for Workflow Description Language (WDL) documents
Documentation
1
2
3
4
5
6
//! Functionality related to the `container` key within `runtime` and
//! `requirements`.

pub mod value;

pub use value::Kind;