hexga_map_on 0.0.11-beta.53

Define the map_on! macro that can be used to impl a lot of trait quickly using macros.
Documentation
1
2
3
4
5
6
7
8
9
10
#![no_std]

mod map_on;
mod map_on_common;
mod map_on_tuple;

pub mod prelude
{
    pub use super::*;
}