We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb7fbd5 commit fac8592Copy full SHA for fac8592
src/client/csfle/client_encryption.rs
@@ -22,6 +22,7 @@ use crate::{
22
23
use super::{options::KmsProviders, state_machine::CryptExecutor};
24
25
+pub use super::client_builder::EncryptedClientBuilder;
26
pub use crate::action::csfle::encrypt::{EncryptKey, RangeOptions};
27
28
/// A handle to the key vault. Used to create data encryption keys, and to explicitly encrypt and
0 commit comments