derive_more_preview 0.1.0

Adds #[derive(x)] macros for more traits
1
2
3
4
5
#![cfg_attr(not(feature = "std"), no_std)]
#![cfg_attr(nightly, feature(error_generic_member_access, provide_any))]
#![cfg_attr(not(feature = "std"), feature(error_in_core))]

mod error;