Dave Herman

Results 61 issues of Dave Herman

Experimental API for convenient access to the Node stdlib. Examples: ```rust use neon::node::Node; // ... cx.console().log("hello, world!")?; // ... let versions = cx.process().versions()?; println!("node version: {}", &versions.data().node); ```