diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2017-10-27 09:03:46 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2017-10-27 09:03:46 -0700 |
commit | d29a088cb26434dff3d4584c08ca8f3762e5adf5 (patch) | |
tree | 7ce4980d05981a6106a8617bbf5bbb7bff88f3b4 | |
parent | 47367181ea31ceb7aa4d0a5d60f829430c228d8d (diff) | |
download | geniza-d29a088cb26434dff3d4584c08ca8f3762e5adf5.tar.gz geniza-d29a088cb26434dff3d4584c08ca8f3762e5adf5.zip |
travis badge in README
-rw-r--r-- | README.md | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -6,17 +6,21 @@ \__, |\___|_| |_|_/___\__,_| |___/ -this is a very poor / partial / non-compliant dat implementation in rust. + +this is a poor / partial / non-compliant dat implementation in rust. + it will eat-your-data. -### Progress +### Status + +[![Build Status](https://travis-ci.org/bnewbold/geniza.svg?branch=master)](https://travis-ci.org/bnewbold/geniza) - [ ] SLEEP v2 Files - [x] read/write file headers - [x] read/write file chunks as raw bytes - [ ] pread/pwrite file chunks without seeking - [x] read data entries by index - - [ ] append data entries + - [x] append data entries - [ ] verify entire register (signatures and merkel tree) - [ ] bitfields - [ ] Drive metadata and files |