pisa icon indicating copy to clipboard operation
pisa copied to clipboard

API v1.0

Open elshize opened this issue 5 years ago • 0 comments

Along with the index format (#143) we need to clean up and stabilize our programmatic API.

I vote to do it via function signatures and concepts for types. Although concepts are not yet in the standard only supported by GCC, we can still use them as a formal description of the types we accept. We can also optionally use -fconcepts feature for gcc, and have a build on Travis, which would check their correctness.

  • [ ] Block codecs #250
  • [ ] Cursors #251
  • [ ] Index #252

elshize avatar Sep 15 '19 15:09 elshize