fack-core 0.4.0

Foundational no_std APIs for the fack workspace
Documentation
1
2
3
4
5
6
//! Foundational `no_std` APIs for the `fack` workspace.
//!
//! The crate currently exposes no shared API. It reserves a dependency boundary
//! for foundational concepts that may be shared without coupling consumers to
//! the facade, procedural macro, or code generation crates.
#![no_std]