Replace subspace usage with macros

The subspace layer is really not super helpful in Erlang. In Pyhton the
subspace layer helps significantly by using magic functions and
inheritance. However, Erlang doesn't have similar syntactical niceties
so it ends up being more burdensome than just adding macros for tuple
mutations.

If someone has a better idea I'm all ears on this as the macros do take
a decent level of knowledge on tuple packing to make use of.
2 files changed
tree: 699f89a5c33cc1016f14189a50ca19832ffa160b
  1. c_src/
  2. include/
  3. plugins/
  4. src/
  5. test/
  6. .gitignore
  7. enc
  8. LICENSE
  9. Makefile
  10. README.md
  11. rebar.config
README.md

A FoundationDB client in Erlang

Yay!