lokinet/libabyss
Jason Rhinelander ac1486d0be Replace absl::optional with optional-lite
Step 1 of removing abseil from lokinet.

For the most part this is a drop-in replacement, but there are also a
few changes here to the JSONRPC layer that were needed to work around
current gcc 10 dev snapshot:

- JSONRPC returns a json now instead of an optional<json>.  It doesn't
  make any sense to have a json rpc call that just closes the connection
  with returning anything.  Invoked functions can return a null (default
  constructed) result now if they don't have anything to return (such a
  null value won't be added as "result").
2020-02-19 18:21:25 -04:00
..
include Replace absl::optional with optional-lite 2020-02-19 18:21:25 -04:00
src Replace absl::optional with optional-lite 2020-02-19 18:21:25 -04:00
abyss.jpeg move 2018-10-16 13:09:40 -04:00
CMakeLists.txt remove abyss-exe 2019-12-16 09:01:49 -05:00
main.cpp Replace absl::optional with optional-lite 2020-02-19 18:21:25 -04:00
readme.md add boilerplate for libabyss 2018-10-16 13:08:48 -04:00

libabyss

abyss.jpeg

http client/server with multiple layers of the abysmal hellscape of the bottomless pit of standards by the w3c encapsulated in a neat standalone little library.

Try not to die.