Watch
1
0
Fork
You've already forked rust-saphyr-parser-bw
0
No description
  • Rust 99.7%
  • Just 0.3%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-07-13 20:17:43 +02:00
.cargo Adding upstream version 0.0.611. 2026-04-26 22:39:26 +02:00
.licenses Adding upstream version 0.0.611. 2026-04-26 22:39:26 +02:00
debian Updating cargo crate version. 2026-07-13 20:17:43 +02:00
parser/tests Adding upstream version 0.0.611. 2026-04-26 22:39:26 +02:00
src Merging upstream version 0.0.613. 2026-07-10 20:43:53 +02:00
tests Merging upstream version 0.0.613. 2026-07-10 20:43:53 +02:00
tools Adding upstream version 0.0.611. 2026-04-26 22:39:26 +02:00
.cargo_vcs_info.json Merging upstream version 0.0.613. 2026-07-10 20:43:53 +02:00
.gitattributes Adding upstream version 0.0.611. 2026-04-26 22:39:26 +02:00
Cargo.lock Merging upstream version 0.0.613. 2026-07-10 20:43:53 +02:00
Cargo.toml Merging upstream version 0.0.613. 2026-07-10 20:43:53 +02:00
Cargo.toml.orig Merging upstream version 0.0.613. 2026-07-10 20:43:53 +02:00
CHANGELOG.md Merging upstream version 0.0.613. 2026-07-10 20:43:53 +02:00
justfile Adding upstream version 0.0.611. 2026-04-26 22:39:26 +02:00
LICENSE Adding upstream version 0.0.611. 2026-04-26 22:39:26 +02:00
README.md Merging upstream version 0.0.613. 2026-07-10 20:43:53 +02:00

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.