Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 639 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 639 Bytes

sirix-rust-client

Interact with SirixDB 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 - Working with streams of bytes
  • hyper - HTTP
  • serde - Serialization/deserialization
  • thiserror - Macros for error-type definitions
  • tokio - Asynchronous runtime

Development-Only