1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-24 16:08:03 -05:00
denoland-deno/serde_v8/src/magic/mod.rs

7 lines
167 B
Rust
Raw Normal View History

// Copyright 2018-2021 the Deno authors. All rights reserved. MIT license.
mod field;
mod value;
pub use field::FieldSerializer;
pub use value::{Value, FIELD, NAME};