1 2 3 4 5 6 7 8 9 10
//! Shared hook primitives used by vendor installers and protocols. pub mod files; pub mod instructions; pub mod json; pub mod rewrite; pub(crate) mod shell; #[cfg(test)] mod rewrite_tests;