$ bincode
v3.0.0MAJOR UPDATEA binary serialization / deserialization strategy for transforming structs into bytes and vice versa!
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"
Links • https://crates.io/crates/gherkin • https://docs.rs/gherkin • https://github.com/cucumber-rs/gherkin • https://github.com/cucumber/gherkin/blob/main/README.md • https://github.com/cucumber/gherkin/blob/main/CONTRIBUTING.md • https://cucumber.io/docs/cucumber • https://cucumber.io/docs/gherkin • https://github.com/cucumber/gherkin/blob/v0.15.0/LICENSE
Release info
Release version: N/A
Release description N/A
Code Examples N/A
Major update: 2.0.1 → 3.0.0
$ DOWNLOADS TREND
$ VERSION HISTORY
$ LINKS
$ INSTALL
cargo add bincodeOr add to Cargo.toml: bincode = "3.0.0"