aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index 67f61df..e910f2f 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
evtclib
-#######
+=======
`evtclib` is a Rust library that allows you to parse `.evtc` files, as
generated by the [arcdps addon](https://www.deltaconnected.com/arcdps/) for the
@@ -12,6 +12,9 @@ interprets some of the data and converts it to a more appropriate interface.
dependency in other Rust projects. API docs can be generated locally by running
`cargo doc`.
+`evtclib` is currently in beta-stage. Not all evtc events are supported, and
+the API is not yet set in stone.
+
License
-------