readme
This commit is contained in:
@@ -4,6 +4,8 @@ use std::fs;
|
||||
use toml::{Table, Value};
|
||||
use std::collections::HashMap;
|
||||
|
||||
/// # print the bababoie
|
||||
/// MONKEY
|
||||
fn print_type_of<T>(_: &T) {
|
||||
println!("{}", std::any::type_name::<T>());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user