//! Membrane system for Genesis embedded runtime integrations.
//!
//! Provides the outer membrane layer, adapter bindings, and various projection layers:
//! - W3C PROV lineage projection
//! - OCEL event logging
//! - RDF Turtle projection
//! - SHACL shape validation reports
pub use ;
pub use ;
pub use ;
pub use RdfMembraneProjector;
pub use MembraneShaclValidator;