feat(core): allow optionally disabling expensive codegen
This commit is contained in:
parent
26043ac318
commit
4dd4fd37d4
7 changed files with 32 additions and 84 deletions
|
|
@ -1,9 +1,12 @@
|
|||
use thiserror::Error;
|
||||
|
||||
pub mod executor;
|
||||
#[cfg(feature = "models")]
|
||||
pub mod models;
|
||||
#[cfg(feature = "requests")]
|
||||
pub mod parameters;
|
||||
pub mod request;
|
||||
#[cfg(feature = "scopes")]
|
||||
pub mod scopes;
|
||||
|
||||
#[derive(Debug, Error, Clone, PartialEq, Eq)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue