No description
- Rust 99.7%
- Just 0.3%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| .cargo | ||
| .licenses | ||
| debian | ||
| parser/tests | ||
| src | ||
| tests | ||
| tools | ||
| .cargo_vcs_info.json | ||
| .gitattributes | ||
| Cargo.lock | ||
| Cargo.toml | ||
| Cargo.toml.orig | ||
| CHANGELOG.md | ||
| justfile | ||
| LICENSE | ||
| README.md | ||
saphyr-parser-bw
Deprecated: this crate has been renamed to
granit-parser.
saphyr-parser-bw was a short-lived fork of saphyr-parser. The name was
confusingly close to the upstream crate and was never intended to be a permanent
package name.
Please migrate to:
[dependencies]
granit-parser = "X.Y.Z"
If you want to test compatibility without changing your code, you can temporarily keep the old crate name and redirect it in Cargo.toml:
[dependencies]
saphyr-parser-bw = { package = "granit-parser", version = "0.0.1" }
This is intended as a short-term migration aid.
granit-parser 0.0.1 is API compatible with the last release of saphyr-parser-bw, 0.0.612
If you would encounter any issues, please report them on the granit-parser issue tracker. If they still apply to granit-parser as well, we will work on them.