An open API service indexing awesome lists of open source software.

https://github.com/heaths/package-versions

Sample of multiple versions of packages being used
https://github.com/heaths/package-versions

Last synced: about 2 months ago
JSON representation

Sample of multiple versions of packages being used

Awesome Lists containing this project

README

          

# Package versions sample

This is a sample showing how Azure SDKs could define a separate crate version for each api-version of a service, along
with dependencies on different core crates.

To see this in action, run:

```bash
cargo run --example hello
```

> Tip: you can open this repo in GitHub Codespaces to try it out.

## License

Licensed under the [MIT](LICENSE.txt) license.