index
:
evtclib
master
arcdps EVTC reading/parsing library for Rust
Daniel
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lib.rs
Age
Commit message (
Expand
)
Author
2020-04-28
more documentation for Agent
Daniel Schadt
2020-04-28
rework Agent/AgentName/AgentKind structs
Daniel Schadt
2020-04-27
rework Log::players/npcs
Daniel Schadt
2020-04-27
combine AgentKind and AgentName
Daniel Schadt
2020-04-27
change some getters to copy
Daniel Schadt
2020-04-27
remove try_trait
Daniel Schadt
2020-04-27
remove features stmt_expr_attributes & never_type
Daniel Schadt
2020-04-27
remove statistics submodule
Daniel Schadt
2020-04-04
use getset::Getters without #[macro_use]
Daniel Schadt
2020-04-04
Use num_derive::FromPrimitive without #[macro_use]
Daniel Schadt
2020-04-04
switch from quick_error to thiserror
Daniel Schadt
2020-04-04
update dependencies
Daniel Schadt
2019-05-24
add public method to parse raw::Agent to Agent
Daniel Schadt
2018-07-07
more readability
Daniel Schadt
2018-07-07
base for mechanic tracking
Daniel Schadt
2018-06-14
deal with multiple boss agents
Daniel Schadt
2018-06-14
add support for reading zipped logs
Daniel Schadt
2018-06-14
derive getters for Agent
Daniel Schadt
2018-06-14
rework boon tracking
Daniel Schadt
2018-05-31
cargo fmt
Daniel Schadt
2018-05-30
update rust - use never_type feature
Daniel Schadt
2018-04-25
introduce trackers
Daniel Schadt
2018-04-24
basic work on statistics calculation
Daniel Schadt
2018-04-23
more documentation
Daniel Schadt
2018-04-23
add a bit more documentation
Daniel Schadt
2018-04-23
add some utility methods to Agent
Daniel Schadt
2018-04-23
run rustfmt
Daniel Schadt
2018-04-23
apply clippy's suggestions
Daniel Schadt
2018-04-23
add basic translation to more readable events
Daniel Schadt
2018-04-14
Initial commit
Daniel Schadt