Skip to content

Tuple, bindingstester and benchmarks

Compare
Choose a tag to compare
@bluejekyll bluejekyll released this 09 May 14:09
· 236 commits to master since this release

0.2.0

Added

Changed

  • Added TupleError to foundationdb::Error (#77)
  • API names more inline with Rust style guidelinse (#84 @rushmorem)

0.1.0

Added

  • first release
  • C api Bindings
  • Cluster API
  • Database API
  • Network API
  • Transaction API
  • Options generation
  • FdbFuture abstraction over Futures 0.1 API
  • fdb_api initialization
  • FdbError conversion