paperclip-ng 0.1.3

Experimental OpenAPI V3.0.3 Code Generator
Documentation
1
2
3
4
5
6
7
8
9
#[cfg(feature = "actix-client")]
pub mod actix;
#[cfg(feature = "tower-client")]
pub mod tower;

// Enable once we move to rust-2021
// #[cfg(all(feature = "tower-client-rls", feature = "tower-client-tls"))]
// compile_error!("feature \"tower-client-rls\" and feature \"tower-client-tls\" cannot be enabled
// at the same time");