Skip to content

Commit

Permalink
fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
Easyoakland committed Oct 26, 2023
1 parent 2fd3893 commit d3956a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
This crate builds on the interfaces from [`yap`](crates.io/crates/yap) to allow simple parsing of streams.
This crate builds on the interfaces from [`yap`](https://crates.io/crates/yap) to allow simple parsing of streams.

# Why

Expand All @@ -14,7 +14,7 @@ Of that list `nom`, `winnow`, `chumsky`, `combine` support parsing streams of va

`combine` is complicated.

This crate allows using an already written [`yap`](crates.io/crates/yap) parser by simply changing the initial tokens declaration.
This crate allows using an already written [`yap`](https://crates.io/crates/yap) parser by simply changing the initial tokens declaration.

```rust
# #[cfg(feature = "alloc")] {
Expand Down

0 comments on commit d3956a7

Please sign in to comment.