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 Uint32Array([0, 1, 2, 3, 4, 5, 6, 7, 8])"
---
new Uint32Array([
  0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07,
  0x08,
])