tes 0.10.0

A crate for working with the Task Execution Service (TES) specification
Documentation
1
2
3
4
5
6
7
8
9
10
//! Facilities related to v1.x of the specification.

#[cfg(feature = "client")]
pub mod client;

#[cfg(feature = "client")]
pub use client::Client;

#[cfg(feature = "types")]
pub mod types;