Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-02 | add more documentation | Daniel Schadt | |
2020-05-01 | take readers by value | Daniel Schadt | |
The API guidelines for Rust state that readers should be taken by value[1]. If the caller wants to re-use the reader, they have to borrow it. This patch adjusts the parsing functions to do just that. [1]: https://rust-lang.github.io/api-guidelines/interoperability.html#generic-readerwriter-functions-take-r-read-and-w-write-by-value-c-rw-value | |||
2020-04-29 | formatting fixes | Daniel Schadt | |
2020-04-28 | restructure how agents are constructed | Daniel Schadt | |
The old function turned a bit into a mess, so the functionality is now split up. | |||
2019-02-16 | wrap zip reading in BufReader | Daniel Schadt | |
2018-06-14 | add support for reading zipped logs | Daniel Schadt | |
2018-05-31 | cargo fmt | Daniel Schadt | |
2018-04-14 | Initial commit | Daniel Schadt | |