commonwl 0.1.2

Rust implementation of the CommonWorkflowLanguage (CWL) standard
Documentation
1
2
3
4
5
6
pub use cwl_core::*;

#[cfg(feature = "engine")]
pub mod engine {
    pub use cwl_engine::*;
}