16 stable releases

new 8.31.1+build.17499997 Jan 20, 2025
8.30.2+build.17425312 Jan 15, 2025
8.28.1+build.17220496 Dec 30, 2024
8.23.0+build.16760339 Nov 25, 2024

#312 in Data structures

Download history 286/week @ 2024-11-17 160/week @ 2024-11-24 294/week @ 2024-12-01 360/week @ 2024-12-08 180/week @ 2024-12-15 358/week @ 2024-12-22 143/week @ 2024-12-29 273/week @ 2025-01-05 395/week @ 2025-01-12

1,179 downloads per month

MIT license

5MB
117K 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
~115K SLoC