1 2 3 4 5 6 7
//! Utility functions mod fetch; mod hash; pub use fetch::fetch_content; pub use hash::generate_hash;