v8_valueserializer

Crates.iov8_valueserializer
lib.rsv8_valueserializer
version0.1.1
sourcesrc
created_at2023-11-06 16:58:15.517533
updated_at2023-12-14 16:32:50.401566
descriptionA Rust implementation of V8's ValueSerializer and ValueDeserializer
homepage
repositoryhttps://github.com/denoland/v8_valueserializer
max_upload_size
id1027047
size312,076
(denobot)

documentation

README

v8_valueserializer

This module implements the V8 ValueSerializer and ValueDeserializer API in Rust. It can serialize and deserialize any value that can be represented in V8's format.

Additionally this library can generate an eval'able JavaScript representation of the serialized value that can be used for user display, manipulation, or debugging.

In the future this library will also provide a way to serialize and deserialize values to and from JavaScript objects or a structured intermediate in JavaScript via WebAssembly.

Development

To build:

$ cargo build
Commit count: 25

cargo fmt