From a00d67ce1c1d700a92f8800a230479db4422d008 Mon Sep 17 00:00:00 2001 From: Lexi Winter Date: Wed, 26 Mar 2025 09:46:15 +0000 Subject: README: mention libnvpair --- README | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README b/README index 4739e62..8308652 100644 --- a/README +++ b/README @@ -2,6 +2,10 @@ libnvxx is a lightweight C++ wrapper around FreeBSD's libnv. it allows you to interoperate with C code that uses libnv, which is becoming fairly common on FreeBSD. +NOTE: this library is for libnv, aka nv(9), which is the FreeBSD native version +of the library. it does not (at least currently) support libnvpair, which is +the Solaris version of the library used by ZFS. + priority is given to a clean and idiomatic C++ API for the library. this means in some cases the API is less efficient than it could be; for example, it sometimes requires data copies which are, strictly speaking, not necessary. -- cgit v1.2.3