Skip to main content

poly1743/
lib.rs

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