Acerca de
This skill provides domain-specific expertise to organize Rust projects using professional module hierarchies and robust public API patterns. It guides developers in separating internal implementation details from stable interfaces using explicit visibility controls, strategic re-exports in lib.rs, and Cargo feature gates. Ideal for library authors and system architects, it helps prevent breaking changes through API validation workflows and promotes documentation standards that ensure libraries are both intuitive and maintainable.