hunyi 0.4.0

渾儀 (Hunyi) — Tianheng's semantic (AST/syn) observation dimension, the complement of the static import boundary. Declare in Rust how a module's public surface must behave: what its API must not expose (types — including named public re-exports and, opt-in, a trait impl's impl-site positions — and no dyn / impl Trait or async fn seam), where a trait may be implemented, that it declares no bare pub, and which markers a type must not acquire — observed via syn, reacted in CI. The heavy syn dependency is quarantined here, never in the core.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
mod async_exposure;
mod dyn_trait;
mod finding_source_file;
mod forbidden_marker;
mod helpers;
mod impl_trait;
mod macro_and_body_nested;
mod resolver_fidelity;
mod signature;
mod trait_impl;
mod unsafe_confinement;
mod visibility;