Crate proget_sdk

source ·
Expand description

An unofficial Rust SDK for Proget.

Most use cases will involve beginning with a Client. Please start there if you’re trying to find your way around the library.

Re-exports

pub use reqwest;
pub use url;

Structs

A struct representing a user of a ProGet instance.
Builder to create and manage various aspects of a Client.

Enums

Errors that can happen in ClientBuilder.