const_format 0.0.1

Concatenate/format contants into `&'static str` constants.
Documentation
1
2
3
4
pub union Transmute<F: Copy, T: Copy> {
    pub from: F,
    pub to: T,
}