An open API service indexing awesome lists of open source software.

https://github.com/k-nasa/tyozo

WIP!!!! KVS written by rust
https://github.com/k-nasa/tyozo

cargo kvs

Last synced: 4 months ago
JSON representation

WIP!!!! KVS written by rust

Awesome Lists containing this project

README

          

# tyozo

## Overview

[![Actions Status](https://github.com/k-nasa/tyozo/workflows/CI/badge.svg)](https://github.com/k-nasa/tyozo/actions)
[![crate-name at crates.io](https://img.shields.io/crates/v/tyozo.svg)](https://crates.io/crates/tyozo)

## Example

## Installation

### Pre-compiled executables

Get them [here](https://github.com/k-nasa/tyozo/releases)

### using homebrew

```
brew install k-nasa/tap/tyozo
```

### using cargo

```
cargo install tyozo
```

##### Installation of cargo itself.

```
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
```

## Usage

## Contribution

1. Fork it ( http://github.com/k-nasa/tyozo)
2. Create your feature branch (git checkout -b my-new-feature)
3. Commit your changes (git commit -am 'Add some feature')
4. Push to the branch (git push origin my-new-feature)
5. Create new Pull Request

## Licence

[MIT](https://github.com/k-nasa/prf/blob/master/LICENCE)

## Author

[k-nasa](https://github.com/k-nasa)

[my website](https://k-nasa.me)