Popularity
2.1
Growing
Activity
0.0
Declining
46
3
13
Programming language: Rust
License: GNU General Public License v3.0 or later
Tags:
Parser
zero alternatives and similar packages
Based on the "Parser" category.
Alternatively, view zero alternatives based on common mentions on social networks and blogs.
-
git-journal
The Git Commit Message and Changelog Generation Framework :book: -
oak
A typed parser generator embedded in Rust code for Parsing Expression Grammars -
Lavendeux Parser
Extensible inline parser engine, the backend parsing engine for Lavendeux.
TestGPT | Generating meaningful tests for busy devs
Get non-trivial tests (and trivial, too!) suggested right inside your IDE, so you can code smart, create more value, and stay confident when you push.
Promo
codium.ai
Do you think we are missing an alternative of zero or a related project?
Popular Comparisons
README
Zero
A Rust library for zero-allocation parsing of binary data.
Requires Rust version 1.6 or later (requires stable libcore for no_std).
See docs for more information.
Available on crates.io.
Build:
cargo build
Test:
cargo test
To use in your project, add to your Cargo.toml
:
[dependencies]
zero = "0.1.2"