golem icon indicating copy to clipboard operation
golem copied to clipboard

Code maintainability: Make sure we use only `combine` parser across the project

Open afsalthaj opened this issue 1 year ago • 1 comments

I am labelling every module just to ensure we are not using any other parser libraries across the project

afsalthaj avatar Nov 20 '24 17:11 afsalthaj

The only remaining use of nom is:

  • gateway_api_definition::http::path_pattern_parser
  • gateway_api_definition::http::place_holder_parser

vigoo avatar May 18 '25 16:05 vigoo