Releases: SnowflakePowered/chd-rs
Releases · SnowflakePowered/chd-rs
rchdman 0.1.2
- Fixed reading of parent/child CHD maps
- Allow parent for
benchmark
rchdman 0.1.1
Includes performance improvements and bugfixes. The Windows release is compiled with profile guided optimizations and has performance within 1% of libchdr when benchmarking.
Built on [email protected]
.
rchdman 0.1.0
Initial release of rchdman
The following functions are available.
info
Displays information about a CHD.verify
Verify the integrity of a CHD. Metadata integrity is not verified.extractraw
Extract the raw file from a CHD input file.dumpmeta
Dump metadata from the CHD to stdout or to a file.
The results from rchdman should be identical from chdman. rchdman is intended to be basic and does not implement multithreading or other functions, so in general it is slower than chdman. There are no plans to implement write-operations into rchdman.