nominal 0.1.0

Automate Nominal workflows in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
pub mod asset;
pub mod client;
pub(crate) mod datetime;
pub(crate) mod rid;
pub mod run;
pub mod user;
pub(crate) mod utils;

pub use asset::{Asset, AssetQuery, AssetUpdate, AssetsClient};
pub use client::NominalClient;
pub use run::{Run, RunQuery, RunUpdate, RunsClient};
pub use user::{User, UsersClient};