fond-core 0.3.0

Shared business logic and services for fond recipe manager
Documentation
1
2
3
4
5
6
7
8
//! Shared business logic and services for fond.
//!
//! This crate contains pure application logic — orchestration,
//! validation, and transformations — with no I/O. Storage and
//! network access are provided via trait implementations in
//! downstream crates.

pub use fond_domain::*;