Skip to content

Commit c577e4c

Browse files
authored
Expose Hyperdrive from the worker crate (#584)
This allows users to pass around the instance of `Hyperdrive`.
1 parent 803914a commit c577e4c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

worker/src/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@ pub use crate::formdata::*;
179179
pub use crate::global::Fetch;
180180
pub use crate::headers::Headers;
181181
pub use crate::http::Method;
182+
pub use crate::hyperdrive::*;
182183
#[cfg(feature = "queue")]
183184
pub use crate::queue::*;
184185
pub use crate::r2::*;

0 commit comments

Comments
 (0)