decomp-toolkit/src
Luke Street 2e524e6806 Use typed-path in place of std Path/PathBuf
This allows handling path conversions in a more structured way,
as well as avoiding needless UTF-8 checks. All argument inputs
use `Utf8NativePathBuf`, while all config entries use
`Utf8UnixPathBuf`, ensuring that we deserialize/serialize using
forward slashes. We can omit `.display()` and lossy UTF-8
conversions since all paths are known valid UTF-8.
2024-10-04 23:38:15 -06:00
..
analysis Migrate SectionIndex/SymbolIndex to u32 2024-10-04 20:40:50 -06:00
cmd Use typed-path in place of std Path/PathBuf 2024-10-04 23:38:15 -06:00
obj Migrate SectionIndex/SymbolIndex to u32 2024-10-04 20:40:50 -06:00
util Use typed-path in place of std Path/PathBuf 2024-10-04 23:38:15 -06:00
vfs Use typed-path in place of std Path/PathBuf 2024-10-04 23:38:15 -06:00
argp_version.rs Smarter configuration updates 2023-11-07 23:21:59 -05:00
main.rs Use typed-path in place of std Path/PathBuf 2024-10-04 23:38:15 -06:00