metaprogramming 0.1.0

Port C++ metaprogramming to Rust
Documentation
1
2
3
4
5
# metaprogramming
This crate ports C++ metaprogramming to Rust, mainly the <type_traits> header.

I am not sure how useful this crate will be, but a starting point is nice to
have.