Skip to content
This repository was archived by the owner on Feb 28, 2023. It is now read-only.

Releases: phw/rust-discid-sys

discid-sys 0.4.0

24 Jan 14:53
@phw phw

Choose a tag to compare

Use bitfield_enum for discid_feature

discid-sys 0.3.0

27 May 07:49
@phw phw

Choose a tag to compare

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

27 May 07:51
@phw phw

Choose a tag to compare

Revert black listing DISCID_FEATURE_LENGTH.

This is needed to properly call discid_get_features.

discid-sys 0.2.0

07 May 07:14
@phw phw

Choose a tag to compare

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

07 May 07:11
@phw phw

Choose a tag to compare

  • Added example readdisc.rs

discid-sys 0.1.0

03 May 14:20
@phw phw

Choose a tag to compare

Initial release