v8_valueserializer 0.1.1

A Rust implementation of V8's ValueSerializer and ValueDeserializer
Documentation
1
2
3
4
5
6
7
8
9
---
source: tests/serde.rs
description: "=== SOURCE ===\nconst a = new Float64Array([1, 2, 3]); a.buffer"
---
new Uint8Array([
  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf0, 0x3f,
  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40,
  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x40,
]).buffer