https://github.com/sirixdb/sirix-rust-client
Rust client for SirixDB
https://github.com/sirixdb/sirix-rust-client
Last synced: 7 months ago
JSON representation
Rust client for SirixDB
- Host: GitHub
- URL: https://github.com/sirixdb/sirix-rust-client
- Owner: sirixdb
- License: apache-2.0
- Created: 2020-08-22T15:14:42.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-19T01:39:16.000Z (over 4 years ago)
- Last Synced: 2025-06-15T14:35:31.009Z (7 months ago)
- Language: Rust
- Size: 85.9 KB
- Stars: 4
- Watchers: 5
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sirix-rust-client
Interact with [SirixDB](https://sirix.io) from Rust.
## This is alpha software
It does not yet do the thing. Once it does, I can't guarantee it will do so correctly.
## Crates
* [bytes](https://github.com/tokio-rs/bytes) - Working with streams of bytes
* [hyper](https://hyper.rs) - HTTP
* [serde](https://serde.rs/) - Serialization/deserialization
* [thiserror](https://github.com/dtolnay/thiserror) - Macros for error-type definitions
* [tokio](https://tokio.rs/) - Asynchronous runtime
### Development-Only
* [pretty_assertions](https://github.com/colin-kiegel/rust-pretty-assertions) - Colorful test output