Skip to content

Releases: SnowflakePowered/chd-rs

rchdman 0.1.2

13 Aug 19:16
Compare
Choose a tag to compare
  • Fixed reading of parent/child CHD maps
  • Allow parent for benchmark

rchdman 0.1.1

10 Aug 03:31
Compare
Choose a tag to compare

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 chd@0.2.0.

rchdman 0.1.0

03 Aug 07:15
Compare
Choose a tag to compare

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.