Skip to content

Commit fac8592

Browse files
Make EncryptedClientBuilder publicly accessible (#1282)
1 parent cb7fbd5 commit fac8592

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/client/csfle/client_encryption.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ use crate::{
2222

2323
use super::{options::KmsProviders, state_machine::CryptExecutor};
2424

25+
pub use super::client_builder::EncryptedClientBuilder;
2526
pub use crate::action::csfle::encrypt::{EncryptKey, RangeOptions};
2627

2728
/// A handle to the key vault. Used to create data encryption keys, and to explicitly encrypt and

0 commit comments

Comments
 (0)