arudradey's picture
Upload folder using huggingface_hub
00df61d verified
Raw
History Blame Contribute Delete
79 Bytes
#[no_mangle]
pub extern "C" fn say_hello() {
println!("Hello from rust!");
}