#read #token #parse #piston #parser

read_token

A simple library to read tokens using look ahead

19 releases (1 stable)

Uses old Rust 2015

1.0.0 May 15, 2019
0.9.0 Jan 18, 2017
0.8.0 Jan 11, 2017
0.7.0 Sep 18, 2016
0.0.0 Feb 7, 2015

#30 in #piston

Download history 33/week @ 2023-12-06 34/week @ 2023-12-13 37/week @ 2023-12-20 15/week @ 2023-12-27 16/week @ 2024-01-03 41/week @ 2024-01-10 32/week @ 2024-01-17 16/week @ 2024-01-24 19/week @ 2024-01-31 29/week @ 2024-02-07 42/week @ 2024-02-14 58/week @ 2024-02-21 92/week @ 2024-02-28 50/week @ 2024-03-06 44/week @ 2024-03-13 57/week @ 2024-03-20

262 downloads per month
Used in 16 crates (4 directly)

MIT license

30KB
686 lines

read_token

A simple library to read tokens using look ahead

License

Licensed under either of

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you shall be dual licensed as above, without any additional terms or conditions.


lib.rs:

A simple library to read tokens using look ahead

Dependencies