Skip to content

neuroradiology/etebase-rs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Etebase - Encrypt Everything

A Rust library for Etebase

In addition to exposing a Rust API, this library forms the basis of other Etebase libraries, for example libetebase.

GitHub tag Build Status Crates.io docs.rs Chat with us

Build

To build:

$ cargo build

To run the tests you first need an Etebase server running locally, because the tests test against a real server. You will also need to create a special user called test@localhost with password SomePassword, which the test suite expects.

$ cargo test -- --test-threads 1

Please note that the tests run against the local server so we need to run them single threaded to make sure they don't clash.

About

A Rust client library for Etebase

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rust 100.0%