Skip to content

Commit

Permalink
chore(book): document extras (maciejhirsz#309)
Browse files Browse the repository at this point in the history
* chore(book): document extras

Hey! This small PR adds an example for `Extras` and documents it in the book.

* chore(examples): fix typo
  • Loading branch information
jeertmans committed Jun 23, 2023
1 parent f86043f commit 8e347ed
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions logos/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ export_derive = ["logos-derive"]
name = "brainfuck"
path = "examples/brainfuck.rs"

[[example]]
name = "extras"
path = "examples/extras.rs"

[[example]]
name = "json"
path = "examples/json.rs"

0 comments on commit 8e347ed

Please sign in to comment.