| Crates.io | wasm-component-semver |
| lib.rs | wasm-component-semver |
| version | 1.0.1 |
| created_at | 2025-07-09 19:12:10.263041+00 |
| updated_at | 2025-07-09 20:07:56.550656+00 |
| description | Library for working with semantic versions using logic that is compatible with the WebAssembly Component Model implementation in Wasmtime |
| homepage | |
| repository | |
| max_upload_size | |
| id | 1745347 |
| size | 33,439 |
Library for working with semantic versions using logic that is compatible with the WebAssembly Component Model implementation in Wasmtime.
For the provided VersionMap type, key lookup logic follows the rules:
major versions > 0: select the latest version matching ${major}.*.*minor versions > 0 (when major is 0): select the latest version matching 0.${minor}.*major and minor are both 0): select the latest version matching 0.0.${patch}cargo add wasm-component-semver