Note the supported metadata syntax version

This commit is contained in:
Oliver Hamlet
2018-11-07 18:58:35 +00:00
committed by GitHub
parent 1e20451e73
commit 84c46ebe79
+1
View File
@@ -8,6 +8,7 @@ loot-condition-interpreter
A library for parsing and evaluating LOOT's metadata condition strings. It
provides:
- Supports 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