1 2 3 4 5 6 7
//! Poly1743. //! //! WIP #![cfg_attr(docsrs, feature(doc_cfg))] #![cfg_attr(not(any(test, doctest, feature = "std")), no_std)] #![cfg_attr(not(any(feature = "std", test)), deny(clippy::std_instead_of_core))]