https://github.com/threefoldtech/vstor
like zerostor but busing vlang
https://github.com/threefoldtech/vstor
Last synced: about 2 months ago
JSON representation
like zerostor but busing vlang
- Host: GitHub
- URL: https://github.com/threefoldtech/vstor
- Owner: threefoldtech
- License: apache-2.0
- Created: 2022-12-11T05:41:22.000Z (over 2 years ago)
- Default Branch: development
- Last Pushed: 2025-01-12T12:13:06.000Z (5 months ago)
- Last Synced: 2025-04-09T17:10:02.371Z (about 2 months ago)
- Language: HTML
- Size: 83 KB
- Stars: 0
- Watchers: 11
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## to install
see https://github.com/despiegk/gridstarter
follow the instructions there, it will also install this repo
## to develop
## generating docs
```bash
#cd in this directory
## with also private methods
v doc -all -m zstor -o /tmp/crystallib -f html -readme## public methods only
rm -rf /tmp/crystallib && v doc -m zstor -o /tmp/crystallib -f html -readme
open /tmp/crystallib/_docs/builder.html
```