qutonium 0.1.6

simplify unit testing with a functional testing framework 📈
Documentation
1
2
3
4
5
6
use std::any;


pub fn get_type_name_by_type<T> (_: &T) -> String {
  any::type_name::<T>().into()
}