This website requires JavaScript.
Explore
Help
Sign In
gered
/
pso_gc_tools
Watch
1
Star
0
Fork
You've already forked pso_gc_tools
0
Code
Issues
Pull requests
Packages
Projects
Releases
Wiki
Activity
bf62db4507
pso_gc_tools
/
Cargo.toml
11 lines
96 B
TOML
Raw
Normal View
History
Unescape
Escape
initial commit starting conversion of these tools over to rust. ported fuzziqer encryption and prs compression routines over
2021-05-15 14:47:19 -04:00
[
workspace
]
members
=
[
"psoutils"
,
add initial psogc_quest_tool utility only supports showing quest file information
2021-05-24 18:49:41 -04:00
"psogc_quest_tool"
initial commit starting conversion of these tools over to rust. ported fuzziqer encryption and prs compression routines over
2021-05-15 14:47:19 -04:00
]
call memcmp directly during prs_compress since we're doing offset/length checks regardless, calling memcmp here instead of doing a slice comparison is at least twice as fast during non-release builds. this is nice, as prs_compress can be quite slow during non-release builds. and obviously during release builds, this would be compiled down to a memcmp-equivalent anyway.
2021-05-16 16:15:39 -04:00
[
profile
.
dev
]
opt-level
=
1
Reference in a new issue
Copy permalink