Skip to content

Commit

Permalink
feat: Rust binary that outputs fit statistics (#58)
Browse files Browse the repository at this point in the history
Based on an EFT fit, a skills JSON and a module-state value, it calculates all the stats you see in-game.
  • Loading branch information
TrueBrain authored Jul 21, 2024
1 parent 22d4583 commit e305c01
Show file tree
Hide file tree
Showing 2 changed files with 541 additions and 10 deletions.
2 changes: 1 addition & 1 deletion src/calculate/mod.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use serde::Serialize;

mod item;
pub mod item;
mod pass_1;
mod pass_2;
mod pass_3;
Expand Down
Loading

0 comments on commit e305c01

Please sign in to comment.