Re-exports§
pub use client_async::JenkinsAsync;
pub use client_async::JenkinsAsyncBuilder;
pub use core::*;
Modules§
- client_
async - High-level asynchronous Jenkins client.
- core
- Jenkins-SDK – choose async or blocking at compile time. Transport-agnostic layer.
- middleware
- Re-exports for middleware layers.
- transport
- Reqwest-based transport layers.