$ bincode

v3.0.0MAJOR UPDATE

A binary serialization / deserialization strategy for transforming structs into bytes and vice versa!

Downloads: 174.2M
Recent: 26.8M
Versions: 73
Updated: December 16, 2025

Latest Update Summary

Crate

Name: bincode New version: 3.0.0 Release date: 2025-12-16T21:34:14.694603Z

Crate readme

Short description A pure Rust implementation of the Gherkin (.feature file) language for the Cucumber testing framework.

Long description Gherkin for Rust is a library that allows you to write tests in the Gherkin language used by the Cucumber framework. It is implemented entirely in Rust and provides all necessary features to facilitate writing feature files for behavior-driven development.

Features • Cargo feature flags: none specified • Rust 1.88+ compatibility • Unsafe forbidden

Code Examples Add to Cargo.toml

 [dependencies]
gherkin = "0.15"

Linkshttps://crates.io/crates/gherkinhttps://docs.rs/gherkinhttps://github.com/cucumber-rs/gherkinhttps://github.com/cucumber/gherkin/blob/main/README.mdhttps://github.com/cucumber/gherkin/blob/main/CONTRIBUTING.mdhttps://cucumber.io/docs/cucumberhttps://cucumber.io/docs/gherkinhttps://github.com/cucumber/gherkin/blob/v0.15.0/LICENSE

https://docs.rs/bincode

Release info

Release version: N/A

Release description N/A

Code Examples N/A

Major update: 2.0.1 → 3.0.0

$ DOWNLOADS TREND

153.2M174.2M

$ VERSION HISTORY

v3.0.0December 16, 2025
v2.0.1March 10, 2025

$ LINKS

$ INSTALL

cargo add bincode

Or add to Cargo.toml: bincode = "3.0.0"