rmtg_core 0.1.2

Core library for the Rust MTG project
Documentation
1
2
3
pub fn core_hello() -> String {
    return "Hello from rmtg_core!".to_string();
}