From cea9d932c57c065492f900b9c465423f5a529a2a Mon Sep 17 00:00:00 2001 From: Daniel Schadt Date: Sat, 2 May 2020 14:23:07 +0200 Subject: add a note about writing evtc files --- src/lib.rs | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/lib.rs b/src/lib.rs index cc407e8..e28e740 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -53,6 +53,18 @@ //! //! Make sure to take a look at the note on "Buffering" in the [parser //! module](raw/parser/index.html#buffering) in order to increase the speed of your application. +//! +//! # Writing evtc Files +//! +//! Currently, `evtclib` does not provide a way to output or modify evtc files. This is for two +//! reasons: +//! +//! * The only sensible source for logs is the arcdps addon itself, most applications only consume +//! them. +//! * The library was needed for reading support, and writing support has never been a priority. +//! +//! While there are legitimate use cases for writing/modification support, they are currently not +//! implemented (but might be in a future version). use std::convert::TryFrom; use std::marker::PhantomData; -- cgit v1.2.3