1#![doc( 2 html_logo_url = "https://raw.githubusercontent.com/threadexio/module-rs/master/assets/icon.png" 3)] 4#![doc = include_str!("../README.md")] 5#![cfg_attr(module_nightly, feature(doc_auto_cfg))] 6#![forbid(unsafe_code)] 7 8pub mod file;