lrzcc-lib
ATTENTION: This has been renamed to avina.
API bindings written in Rust for LRZ-specific features of the Openstack-based LRZ Compute Cloud, https://cc.lrz.de, first and foremost the budgeting system.
Usage
To use the library add the following to your Cargo.toml under [dependencies]:
= 1
After that you create a Token and Api object to interact with the API:
use ;
// let token = Token::from_str("abcdefg...").unwrap();
let token = new.unwrap;
let api = new.unwrap;
println!;