nyandere 0.1.0

i help with keeping track of purchases. meow
Documentation
1
2
3
4
5
6
7
//! Auxiliary macros and the works.

derive_alias! {
    #[derive(NotOrd!)] = #[derive(Clone, Debug, PartialEq, Eq)];
    #[derive(Owned!)] = #[derive($crate::aux::NotOrd!, PartialOrd, Ord, Hash)];
    #[derive(Common!)] = #[derive($crate::aux::Owned!, Copy)];
}