Registry / other / rsm-bsa

rsm-bsa

JSON →
library4.1.0vcpkgunverified

A C++ library for working with the Bethesda archive file format

vcpkg install rsm-bsa
INSTALL
IMPORT
SIG · RSM-BSA
R
rsm-bsa
othercppv4.1.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.

rsm/bsa/bsa.h
#include <rsm/bsa/bsa.h>

Open and inspect a BSA archive

#include <rsm/bsa/bsa.h> #include <iostream> int main() { rsm::bsa::Archive archive; if (archive.open("example.bsa")) { std::cout << "Opened BSA archive with " << archive.fileCount() << " files" << std::endl; } return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.1.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources

No resource links recorded.

rsm-bsa — pip install rsm-bsa · libregistry