1
1
Fork 0
mirror of https://github.com/oxen-io/lokinet synced 2023-12-14 06:53:00 +01:00
lokinet/libabyss
Jason Rhinelander d05e6716cb Remove llarp::str(string_view)
It was a workaround for pre-C++17 std::string which didn't support
passing a string_view to various functions/operators.  There's only one
place left that needs an explicit conversion, and that's where it is
used as a map key; so just be explicit there and remove llarp::str()
everywhere else.
2020-05-21 17:05:30 -03:00
..
include Refactor Addr -> IpAddress/SockAddr 2020-05-06 14:38:44 -06:00
src Remove llarp::str(string_view) 2020-05-21 17:05:30 -03:00
abyss.jpeg move 2018-10-16 13:09:40 -04:00
CMakeLists.txt cmake refactor 2020-05-17 23:31:23 -03:00
main.cpp The Great Wall of Blame 2020-04-07 12:38:56 -06: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.