A Rust package to learn Rust and use/install npm packages.
let npm = Package::new("npm", Some("npm"));
let version = npm.version().unwrap();
let buidler = Package::new("@nomiclabs/buidler", Some("buidler"));
assert!(buidler.installed());
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details