mirror of
https://github.com/loot/loot-condition-interpreter.git
synced 2026-07-27 14:16:09 -07:00
Add coverage checking for Travis builds
This commit is contained in:
@@ -3,15 +3,16 @@ loot-condition-interpreter
|
||||
|
||||
[](https://ci.appveyor.com/project/loot/loot-condition-interpreter)
|
||||
[](https://travis-ci.org/loot/loot-condition-interpreter)
|
||||
[](https://coveralls.io/github/Ortham/libloadorder?branch=master)
|
||||
[](https://deps.rs/repo/github/loot/loot-condition-interpreter)
|
||||
|
||||
A library for parsing and evaluating LOOT's metadata condition strings. It
|
||||
provides:
|
||||
|
||||
- Supports metadata syntax v0.14 condition strings.
|
||||
- Support for metadata syntax v0.14 condition strings.
|
||||
- Condition string parsing without evaluation, for checking syntax.
|
||||
- Evaluation of parsed condition strings.
|
||||
- Efficient and safe concurrent condition evaluation thanks to Rust's safety
|
||||
- Efficient and safe concurrent condition evaluation thanks to Rust's safety
|
||||
guarantees.
|
||||
- Caching of individual function evaluation results and calculated CRCs.
|
||||
- Executable version parsing without any external runtime dependencies.
|
||||
|
||||
Reference in New Issue
Block a user