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