Registry / utility / osp-collection

osp-collection

JSON →
library1.0.1vcpkgunverified

A C library providing data structures for efficient collection management.

vcpkg install osp-collection
INSTALL
IMPORT
SIG · OSP-COLLECTION
O
osp-collection
utilitycppv1.0.1
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.

osp/collection.h
#include <osp/collection.h>

Create and use a collection from osp-collection

#include <osp/collection.h> #include <stdio.h> int main() { osp_collection_t* c = osp_collection_create(10); osp_collection_add(c, 42); printf("%d\n", osp_collection_get(c, 0)); osp_collection_destroy(c); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.1latest 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.

osp-collection — pip install osp-collection · libregistry