can properly iterate over fnames

This commit is contained in:
Janis 2023-04-17 18:21:42 +02:00
commit b7803bd453
3 changed files with 1379 additions and 0 deletions

2
.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
/target
/Cargo.lock

19
Cargo.toml Normal file
View file

@ -0,0 +1,19 @@
[package]
name = "unreal-sdk"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
log = "0.4.0"
thiserror = "1.0.0"
itertools = "0.10.0"
rayon = "1.0.0"
bitflags = "1.0.0"
anyhow = "1.0"
widestring = "1.0"
lazy_static = "1.4.0"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"

1358
src/lib.rs Normal file

File diff suppressed because it is too large Load diff