libuv 2.13.1

A safe rust wrapper for libuv
Documentation
1
2
3
4
5
6
//! This is part of the plugin example. See plugin.rs for documentation

#[no_mangle]
pub extern "C" fn initialize() {
    println!("Hello, World!");
}