Wire the hexeract crate as a single entry point so users can add one dependency and access every public API.
Scope
- Re-export all public items from
hexeract-core, hexeract-mediator and hexeract-macros.
- Feature flags aligned with
hexeract-core (serde).
- Documentation landing page with a minimal end-to-end usage example.
Acceptance criteria
Wire the
hexeractcrate as a single entry point so users can add one dependency and access every public API.Scope
hexeract-core,hexeract-mediatorandhexeract-macros.hexeract-core(serde).Acceptance criteria
use hexeract::{Command, Mediator, handler}compiles without additional dependencies.serdefeature onhexeractactivates the matching flag onhexeract-core.cargo doc -p hexeract --no-depsgenerates documentation with the usage example.cargo clippy -p hexeract -- -D warningspasses.