Skip to content

Commit

Permalink
Feature flag de mod
Browse files Browse the repository at this point in the history
  • Loading branch information
LucioFranco committed Aug 8, 2023
1 parent 354ec1c commit 60aac5f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ pub use statement::Statement;
pub mod proto;
pub use proto::{BatchResult, Col, Value};

#[cfg(feature = "mapping_names_to_values_in_rows")]
pub mod de;

#[derive(Clone, Debug, serde::Serialize, serde::Deserialize)]
Expand Down

0 comments on commit 60aac5f

Please sign in to comment.