https://github.com/mindflavor/azure_cosmos_sdk
Unofficial Azure Cosmos DB SDK for Rust
https://github.com/mindflavor/azure_cosmos_sdk
azure azure-iot cloud cosmosdb rest rust rust-library sdk
Last synced: 6 months ago
JSON representation
Unofficial Azure Cosmos DB SDK for Rust
- Host: GitHub
- URL: https://github.com/mindflavor/azure_cosmos_sdk
- Owner: MindFlavor
- License: mit
- Created: 2018-02-20T10:27:01.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-30T21:57:00.000Z (over 7 years ago)
- Last Synced: 2025-04-07T18:48:48.104Z (6 months ago)
- Topics: azure, azure-iot, cloud, cosmosdb, rest, rust, rust-library, sdk
- Language: Rust
- Homepage:
- Size: 22.5 KB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# azure_cosmos_sdk
Core library for the unofficial Azure Cosmos DB 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