This repository was archived by the owner on Feb 28, 2023. It is now read-only.
Releases: phw/rust-discid-sys
Releases · phw/rust-discid-sys
discid-sys 0.4.0
discid-sys 0.3.0
Blacklisted version constants DISCID_VERSION_MAJOR, DISCID_VERSION_MINOR, DISCID_VERSION_PATCH and DISCID_VERSION_NUM.
These constants do not represent the actual libdiscid being used, but the one present at build time. discid_get_version_string() should be used instead.
discid-sys 0.2.1
Revert black listing DISCID_FEATURE_LENGTH.
This is needed to properly call discid_get_features.
discid-sys 0.2.0
Changed feature constants to be inside a module. This changed the syntax to access features from discid_feature_DISCID_FEATURE_READ to discid_feature::DISCID_FEATURE_READ.
This works better with parts of code that expect integers directly (discid_read_sparse), but reads nicer than the default constants.
discid-sys 0.1.1
- Added example
readdisc.rs
discid-sys 0.1.0
Initial release