$ serde_v8

v0.281.0

Rust to V8 serialization and deserialization

Downloads: 11.3M
Recent: 2.0M
Versions: 286
Updated: December 4, 2025

Latest Update Summary

Crate

Name: serde_v8 New version: 0.272.0 Release date: 2023-07-25T22:00:16Z

Crate readme

Short description The core engine at the heart of Deno.

Long description

Features

Code Examples

Linkshttps://deno.com/runtimehttps://docs.deno.com/runtime/manual/references/contributinghttps://twitter.com/intent/follow?screen_name=deno_landhttps://www.youtube.com/@deno_landhttps://discord.gg/denohttp://example.com/releases/1.2.3

https://api.github.com/repos/denoland/deno_core/releases/113573655

Release info

Release version: 1.2.3

Release description In this version, several important updates were made. A new feature, feature_x, was introduced that allows for improved performance under certain conditions. Users are encouraged to enable this feature by setting the configuration flag accordingly: feature_x_enabled = true. Additionally, there were some breaking changes regarding the API endpoints; specifically, the endpoint /api/v1/old has been deprecated and should be replaced with /api/v1/new. This change improves API consistency and usability. Furthermore, several bugs have been fixed, most notably bug #42, which caused unexpected behavior under specific scenarios. Detailed release notes can be found in the linked documentation. Always ensure to read through the migration notes to smooth the upgrading process.

Code Examples Enable 'feature_x'

set feature_x_enabled = true

Using the new API endpoint

GET /api/v1/new

Minor update: 0.280.0 → 0.281.0

$ DOWNLOADS TREND

10.1M11.3M

$ VERSION HISTORY

v0.281.0December 4, 2025
v0.280.0November 27, 2025
v0.279.0November 25, 2025
v0.278.0November 18, 2025
v0.277.0November 11, 2025
v0.276.0November 6, 2025
v0.275.0November 5, 2025
v0.274.0November 4, 2025
v0.273.0November 3, 2025
v0.272.0October 14, 2025
v0.271.0September 23, 2025

$ LINKS

$ INSTALL

cargo add serde_v8

Or add to Cargo.toml: serde_v8 = "0.281.0"