Currently the C binding supports... - [x] write - [x] read - [x] delete - [x] stat - [x] is_exist - [x] list The missing functionalities are.... **(welcome to add up)** - [ ] async support - [x] check() - [x] copy() - [x] rename() - [ ] remove() (remove_all(), remove_via()) - [x] reader() - [x] writer() - [ ] Future APIs (append (through `write_with(...).append(...))`, etc.) - This may need some discussions on the implementations since the C does not have such concepts as Future. - [ ] presign APIs (I think this could be considered later)