diff options
author | Bert Belder <bertbelder@gmail.com> | 2020-08-18 14:07:57 +0200 |
---|---|---|
committer | Bert Belder <bertbelder@gmail.com> | 2020-08-18 20:50:52 +0200 |
commit | f6e9150b33168ab8c5e48238860e2c3f3bf625f3 (patch) | |
tree | 8dd1c3767cf340f51e8bca0d9cc30bed2750954d /core/lib.rs | |
parent | b308a774e81d7d18dfc2122459632f9ba9ae1eb8 (diff) |
Async op dispatcher support with 'stateful_json_op_(a)sync()' (#7095)
Closes: #7020
Diffstat (limited to 'core/lib.rs')
-rw-r--r-- | core/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/lib.rs b/core/lib.rs index 810025431..cd4a4eeee 100644 --- a/core/lib.rs +++ b/core/lib.rs @@ -51,6 +51,7 @@ pub use crate::ops::Op; pub use crate::ops::OpAsyncFuture; pub use crate::ops::OpId; pub use crate::resources::ResourceTable; +pub use crate::zero_copy_buf::BufVec; pub use crate::zero_copy_buf::ZeroCopyBuf; pub fn v8_version() -> &'static str { |