1 unstable release
0.1.0 | Jun 27, 2024 |
---|
#2924 in Parser implementations
45 downloads per month
Used in rpmspec
38KB
793 lines
rpmexpr
This is an library for parsing %["rpm expressions"]
, designed to be used with the rpmspec
crate.
lib.rs
:
RPM expression parser
RPM expressions are expressions used in spec files with the %[]
notation,
composed of different operators and 3 data types: strings, integers and RPM versions.
Dependencies
~8–15MB
~175K SLoC