Client for the Debian bug tracking system
This crate hosts a simple rust wrapper around the SOAP API for the Debian bug tracking system.
Example:
let client = default; // Connect to default instance
client
This crate hosts a simple rust wrapper around the SOAP API for the Debian bug tracking system.
Example:
let client = debbugs::Debbugs::default(); // Connect to default instance
client