combinedfun 0.1.3

A little `nom`-like parser combinator library which stays away from macros, while trying to achieve at least part of the expressiveness of `nom`
Documentation
  • Coverage
  • 55.48%
    81 out of 146 items documented1 out of 105 items with examples
  • Size
  • Source code size: 69.9 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 13.33 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 16s Average build duration of successful builds.
  • all releases: 16s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • 42triangles/combinedfun
    1 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • 42triangles

combinedfun

A little nom-like parser combinator library which stays away from macros, while trying to achieve at least part of the expressiveness of nom

Welcome to this little library, the only limit is the sky. And deep recursion. And compile times. And type inference that fucks up. And sometimes, if you're "lucky": Major fuckups when it comes to lifetime inference, leaving you having to use the methods instead of operators, since, while the methods actually use the operators, actually work there. Don't ask me why. It's a mystery.