Contributor
Dashhh

libnv improvements


Mentors
pjd, oshogbovx@gmail.com
Organization
FreeBSD

The libnv library allows to easily manage name value pairs as well as send and receive them over sockets. You are able to add bools, strings, numbers, descriptors, binaries or even nest one nvlist in another. Nvlist has a great potential since it’s API simplifies the work done by a developers. It still needs some improvements. For example we can add a JSON format or improve efficiency of operations in libnv.