1 2 3 4
#![doc = include_str!("../README.md")] #![cfg_attr(docsrs, feature(doc_auto_cfg))] // #![doc(html_logo_url = "assets/icon.png", html_favicon_url = "assets/icon.png")] #![no_std] // tells the compiler "don't automatically link std"