Skip to content

Commit

Permalink
lib.rs: re-export transport::host_filter for convenience
Browse files Browse the repository at this point in the history
  • Loading branch information
piodul committed Oct 4, 2022
1 parent 0a4f948 commit c2944af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scylla/src/lib.rs
Expand Up @@ -116,6 +116,7 @@ pub use transport::query_result::QueryResult;
pub use transport::session::{IntoTypedRows, Session, SessionConfig};
pub use transport::session_builder::SessionBuilder;

pub use transport::host_filter;
pub use transport::load_balancing;
pub use transport::retry_policy;
pub use transport::speculative_execution;
Expand Down

0 comments on commit c2944af

Please sign in to comment.