7 stable releases

new 8.26.2+build.17040572 Dec 17, 2024
8.25.3+build.16957865 Dec 12, 2024
8.23.0+build.16760339 Nov 25, 2024

#282 in Data structures

Download history 299/week @ 2024-11-18 153/week @ 2024-11-25 303/week @ 2024-12-02 400/week @ 2024-12-09

1,155 downloads per month

MIT license

5MB
115K SLoC

Mikufans-proto

Crates.io Version GitHub Tag Crates.io Total Downloads

Semver explanation

TL, DR We STRONGLY recommend you to specify the exact version like mikufans-proto = "=8.24.3" in your Cargo.toml to avoid unexpected breaking changes.


This crate may not not respect semver rules.

Take 8.24.3+build.16859280 as an example.

The official version is actually 8.24.0, with innerVer 8240300.

  • 8 is the major version, which is not changed by this crate.

  • 24 is the minor version, which is not changed by this crate.

  • 3 is the crate patch version.

    Though patch version does not change, there may still be some changes in the content comparing with 8240300, so we have to take 03 as the crate patch version but not 0.

    One more example is 8.24.1, with innerVer 8241300. The corresponding patch version will be 13.

  • build.16859280 is the build version, which is not changed by this crate.

Dependencies

~5–11MB
~114K SLoC