rust-opensource
rust-opensource is an API Wrapper that allows you to query the Open Source
License API with Rust.
Install
The crate is called opensource and you can depend on it via cargo:
[dependencies]
opensource = "0.2.0"
Documentation can be found at OpenSourceOrg.github.io/rust-opensource.
Examples
extern crate opensource;
use client;
A better way is to use match:
extern crate opensource;
use client;