diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2021-06-09 20:37:43 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-09 20:37:43 +0200 |
commit | e75ffab0c8a21ecb0827bb906905cd0315c1b5a7 (patch) | |
tree | 1cdfb3b2e8ba56b6b0bdf9cae2422067eed2112c /serde_v8/src/magic/mod.rs | |
parent | e779ea956546fc311ad5a98260d1091127a9bfe7 (diff) |
chore: move serde_v8 to separate repo (#10909)
Now available at https://github.com/denoland/serde_v8
Diffstat (limited to 'serde_v8/src/magic/mod.rs')
-rw-r--r-- | serde_v8/src/magic/mod.rs | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/serde_v8/src/magic/mod.rs b/serde_v8/src/magic/mod.rs deleted file mode 100644 index 29c35a831..000000000 --- a/serde_v8/src/magic/mod.rs +++ /dev/null @@ -1,8 +0,0 @@ -// Copyright 2018-2021 the Deno authors. All rights reserved. MIT license. -pub mod buffer; -mod field; -mod value; -pub mod zero_copy_buf; - -pub use field::FieldSerializer; -pub use value::{Value, FIELD, NAME}; |