chumsky
chumsky copied to clipboard
docs.rs links to GH files appear broken
For the alpha7 pages at least:
e.g. On this section:
https://docs.rs/chumsky/1.0.0-alpha.7/chumsky/index.html#example-brainfuck-parser
The link to brainfuck.rs is: https://github.com/zesterer/chumsky/blob/VERGEN_IDEMPOTENT_OUTPUT/examples/brainfuck.rs
Quick addendum, this seems confusing:
https://docs.rs/chumsky/1.0.0-alpha.7/chumsky/trait.Parser.html#method.ignore_with_ctx
"If you don’t need the context in the output, use Parser::then_with_ctx."
https://docs.rs/chumsky/1.0.0-alpha.7/chumsky/trait.Parser.html#method.then_with_ctx
"If you don’t need the context in the output, prefer Parser::ignore_with_ctx."