v8_valueserializer 0.1.1

A Rust implementation of V8's ValueSerializer and ValueDeserializer
Documentation
1
2
3
4
5
6
7
8
---
source: tests/serde.rs
description: "=== SOURCE ===\nnew Float32Array([0, -1.5, 2, -3.5, NaN, -5.5, -Infinity, -0, Infinity])"
---
new Float32Array([
  0, -1.5, 2, -3.5, NaN, -5.5, -Infinity, -0,
  Infinity,
])