flusso-schema-core 0.10.1

Shared domain vocabulary for flusso: values, validated newtypes, and index mappings.
Documentation
1
2
3
4
5
6
7
8
9
#![doc = include_str!("../README.md")]

pub mod common;
pub mod config;
pub mod traits;

pub use common::*;
pub use config::*;
pub use traits::*;