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
- Host: GitHub
- URL: https://github.com/k-nasa/tyozo
- Owner: k-nasa
- License: mit
- Created: 2019-12-10T12:56:28.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-08-14T20:55:19.000Z (almost 3 years ago)
- Last Synced: 2025-10-20T05:05:41.848Z (8 months ago)
- Topics: cargo, kvs
- Language: Rust
- Homepage:
- Size: 80.1 KB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tyozo
## Overview
[](https://github.com/k-nasa/tyozo/actions)
[](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)