extension_traits/
lib.rs

1#![cfg_attr(feature = "better-docs",
2    cfg_attr(all(), doc = include_str!("../README.md")),
3)]
4#![no_std]
5#![forbid(unsafe_code)]
6
7#[doc(inline)]
8pub use ::ext_trait::extension;