duster/src
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.
2021-02-06 16:23:54 -05:00
..
integrations Move the json integration to its own file to keep the serde stuff separate. 2020-12-29 18:21:12 -05:00
parser Add my implementation of a take_until_parser_matches parser. 2021-02-06 16:23:54 -05:00
renderer Add an is_castable() function to stop casting to number for booleans in the @size helper. 2020-06-14 18:27:28 -04:00
bin.rs Move the json integration to its own file to keep the serde stuff separate. 2020-12-29 18:21:12 -05:00
lib.rs Expose the integrations through the library so they can be used outside this project. 2020-12-30 15:17:48 -05:00