Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mindflavor/azure_service_bus_sdk
Unofficial Azure Service Bus SDK for Rust
https://github.com/mindflavor/azure_service_bus_sdk
azure azure-iot cloud rest rust rust-library sdk service-bus
Last synced: 24 days ago
JSON representation
Unofficial Azure Service Bus SDK for Rust
- Host: GitHub
- URL: https://github.com/mindflavor/azure_service_bus_sdk
- Owner: MindFlavor
- License: mit
- Created: 2018-02-20T14:46:32.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-02-20T15:03:32.000Z (over 6 years ago)
- Last Synced: 2024-04-26T16:41:40.202Z (6 months ago)
- Topics: azure, azure-iot, cloud, rest, rust, rust-library, sdk, service-bus
- Language: Rust
- Size: 4.88 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# azure_service_bus_sdk
Unofficial Azure Service Bus SDK for Rust## Placeholder
This repo will contain, along with its brothers, the splitted [Azure SDK for Rust](https://github.com/MindFlavor/AzureSDKForRust). I'm doing this to keep compilation time manageable.
When the split will be complete I will publish the crates in Cargo and deprecate the original crate. Until then please refer to the original crate (this is a work in progress and, as such, a mess...).I will try and do some cleanup (removing the oldschoold `try!` macros for example) so the code will not be exactly the same as before. Hopefully it will not break anything.
Francesco Cogno