mikufans-proto

Crates.iomikufans-proto
lib.rsmikufans-proto
version
sourcesrc
created_at2024-11-18 15:40:01.612182
updated_at2024-12-12 05:27:48.847622
descriptiongRPC APIs for Mikufans
homepage
repositoryhttps://github.com/cxw620/mikufans-proto
max_upload_size
id1452295
Cargo.toml error:TOML parse error at line 19, column 1 | 19 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
陈寒彤 (cxw620)

documentation

README

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.

Commit count: 10

cargo fmt