You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Tom Alexander 0302ed216f
Add my implementation of a take_until_parser_matches parser.
The author of nom is too busy to review the PR, and cargo does not allow for git dependencies, so I am going to copy my implementation into this code base so I can use upstream nom so I can push to cargo. While this code has been submitted upstream to nom which is under the MIT license, I am the author of this code so I believe I have the full right to also release it in this project under the 0BSD license.
3 years ago
..
integrations Move the json integration to its own file to keep the serde stuff separate. 3 years ago
parser Add my implementation of a take_until_parser_matches parser. 3 years ago
renderer Add an is_castable() function to stop casting to number for booleans in the @size helper. 4 years ago
bin.rs Move the json integration to its own file to keep the serde stuff separate. 3 years ago
lib.rs Expose the integrations through the library so they can be used outside this project. 3 years ago