Skip to content

Latest commit

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

Rustbase Client Library for Rust

A driver to use Rustbase with Rust.

Installation

[dependencies]
rustbase-rs = "0.1.0"

Usage

asyncfnmain(){letmut client = RustbaseClient::new("localhost:23561").await.unwrap();
client.set_database("test");let document = client.get("key1").unwrap();}

About

No description, website, or topics provided.

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages