nominal 0.2.0

Automate Nominal workflows in Rust
Documentation
1
2
3
4
5
6
pub mod config;
pub mod core;
pub mod error;

pub use config::{Config, Profile};
pub use error::{Error, Result};