summaryrefslogtreecommitdiff
path: root/serde_v8/magic/mod.rs
diff options
context:
space:
mode:
authorAaron O'Mullan <aaron.omullan@gmail.com>2022-03-24 11:23:40 +0100
committerGitHub <noreply@github.com>2022-03-24 11:23:40 +0100
commit6516130b0138ef382a0588f983287fb463222086 (patch)
treef250150295fb4d7a023c1fa7d92da621ac804340 /serde_v8/magic/mod.rs
parentc52d72e8e115f30be32cbb2a91a4c3aa117c328c (diff)
chore: drop src/ in bench_util & serde_v8 (#14097)
To align with conventions used in our other crates
Diffstat (limited to 'serde_v8/magic/mod.rs')
-rw-r--r--serde_v8/magic/mod.rs9
1 files changed, 9 insertions, 0 deletions
diff --git a/serde_v8/magic/mod.rs b/serde_v8/magic/mod.rs
new file mode 100644
index 000000000..bc86c6a7c
--- /dev/null
+++ b/serde_v8/magic/mod.rs
@@ -0,0 +1,9 @@
+// Copyright 2018-2022 the Deno authors. All rights reserved. MIT license.
+pub mod buffer;
+pub mod bytestring;
+pub mod string_or_buffer;
+pub mod transl8;
+pub mod u16string;
+mod value;
+pub mod zero_copy_buf;
+pub use value::Value;