#lexer #path #reproto #variables #parser

reproto-path-lexer

path lexer used with the reproto parser

18 releases

Uses old Rust 2015

0.3.36 Apr 28, 2018
0.3.32 Apr 15, 2018
0.3.21 Mar 20, 2018
0.3.13 Feb 17, 2018
0.3.10 Dec 23, 2017

#8 in #reproto

Download history 37/week @ 2023-11-27 18/week @ 2023-12-04 30/week @ 2023-12-11 43/week @ 2023-12-18 38/week @ 2023-12-25 6/week @ 2024-01-01 38/week @ 2024-01-08 27/week @ 2024-01-15 25/week @ 2024-01-22 14/week @ 2024-01-29 30/week @ 2024-02-05 48/week @ 2024-02-12 20/week @ 2024-02-19 89/week @ 2024-02-26 60/week @ 2024-03-04 46/week @ 2024-03-11

226 downloads per month
Used in 18 crates (via reproto-path-parser)

MIT/Apache

10KB
251 lines

reproto path lexer

Lexer implementation for HTTP path with variable replacements.

Example: /toy/{id}

This is a part of the reproto compiler.


lib.rs:

Lexer used for parsing reproto manifests.

No runtime deps