launchpadlib-0.1.1 doesn't have any documentation.
Rust bindings for the Launchpad API
Example:
use Resource;
use ServiceRoot;
Bindings are generated from the wadl published by Launchpad.
Limitations
- All current access is anonymous, authentication is not yet supported.
- Documentation in the wadl file is in HTML and not yet properly translated to rust doc strings
- The only usable API is blocking at the moment
- There are no tests at the moment
Bugs
While bindings are generated from the entire WADL file, I have only used a small number of them. Please report bugs if you run into issues.