Registry / utility / kcodecs

kcodecs

JSON →
library6.25.0vcpkgunverified

String encoding library

vcpkg install kcodecs
INSTALL
IMPORT
SIG · KCODECS
K
kcodecs
utilitycppv6.25.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

KCodecs/kcodecs.h
#include <KCodecs/kcodecs.h>

Base64 encode a string using KCodecs

#include <KCodecs/kcodecs.h> #include <QString> #include <iostream> int main() { QString encoded = KCodecs::base64Encode(QByteArray("Hello")); std::cout << "Encoded: " << encoded.toStdString() << std::endl; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
6.25.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources

No resource links recorded.

kcodecs — pip install kcodecs · libregistry