flusso-schema-core 0.1.1

Shared domain vocabulary for flusso: values, validated newtypes, and index mappings.
Documentation
mod column_name;
mod connection_url;
mod field_name;
mod generic_value;
mod http_url;
mod index_name;
mod raw_filter_value;
mod schema_path;
mod sink_name;
mod source_type;
mod table_name;

pub use column_name::*;
pub use connection_url::*;
pub use field_name::*;
pub use generic_value::*;
pub use http_url::*;
pub use index_name::*;
pub use raw_filter_value::*;
pub use schema_path::*;
pub use sink_name::*;
pub use source_type::*;
pub use table_name::*;