etebase-rs icon indicating copy to clipboard operation
etebase-rs copied to clipboard

A Rust client library for Etebase

Results 7 etebase-rs issues
Sort by recently updated
recently updated
newest added

Currently, the [`Error` enum](https://github.com/etesync/etebase-rs/blob/90cbd67b96d39b6d91368e78416c4e7191691cd9/src/error.rs#L12-L46) is little more than a string along with a broad error category. This makes it effectively impossible to analyze and react to these errors programmatically, as...

The sodiumoxide project is now deprecated: https://github.com/sodiumoxide/sodiumoxide/commit/5bb1dfd

Having no introduction in the top-level crate documentation is not a very nice experience :( Since the docs site introduces the API nicely in the "guides" section, it would be...

My comment from https://github.com/etesync/etesync-rs/issues/1#issuecomment-640237834 : > Just documenting my thoughts: we'll probably add an errno-like solution for error reporting since all of our APIs should return a value that can...

https://crates.io/crates/rustls Popular libraries like `sqlx` already provide such a feature. I can work on this.

This makes (cross-)compilation a little bit easier. https://docs.rs/openssl/0.10.57/openssl

# Description Hello! So I wanted to play a bit with the server and maybe put together an app. I tried running the `etebase-rs` tests against a recent server instance....