diff options
author | Aaron O'Mullan <aaron.omullan@gmail.com> | 2022-04-02 13:35:57 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-02 13:35:57 +0200 |
commit | 13b9fc93048baf66c51a83a8201d3af9034b5ba3 (patch) | |
tree | 81af00f9fdd16096ee7d0bd71d67bd67311c264b /serde_v8/magic/mod.rs | |
parent | 4b33dd887e35a89343d9cd06fdbce96337f1bea3 (diff) |
feat(serde_v8): DetachedBuffer (#14102)
Diffstat (limited to 'serde_v8/magic/mod.rs')
-rw-r--r-- | serde_v8/magic/mod.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/serde_v8/magic/mod.rs b/serde_v8/magic/mod.rs index bc86c6a7c..4f5398bda 100644 --- a/serde_v8/magic/mod.rs +++ b/serde_v8/magic/mod.rs @@ -1,6 +1,7 @@ // Copyright 2018-2022 the Deno authors. All rights reserved. MIT license. pub mod buffer; pub mod bytestring; +pub mod detached_buffer; pub mod string_or_buffer; pub mod transl8; pub mod u16string; |