summaryrefslogtreecommitdiffstats
path: root/openpgp/src/parse.rs
diff options
context:
space:
mode:
Diffstat (limited to 'openpgp/src/parse.rs')
-rw-r--r--openpgp/src/parse.rs6
1 files changed, 6 insertions, 0 deletions
diff --git a/openpgp/src/parse.rs b/openpgp/src/parse.rs
index 42881aa4..0225d79b 100644
--- a/openpgp/src/parse.rs
+++ b/openpgp/src/parse.rs
@@ -185,6 +185,12 @@ use std::result::Result as StdResult;
use xxhash_rust::xxh3::Xxh3;
+// Re-export buffered_reader.
+//
+// We use this in our API, and re-exporting it here makes it easy to
+// use the correct version of the crate in downstream code without
+// having to explicitly depend on it.
+pub use buffered_reader;
use ::buffered_reader::*;
use crate::{