Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 381 Bytes

File metadata and controls

13 lines (10 loc) · 381 Bytes

Crole

Generic library of data structures and convenience functions for C.

Currently contains

  • A type-generic doubly linked list
  • A type-generic reference counter
  • A type-generic vector

Building and testing

Build using CMake. Crole will built as a static library, tests will be built in crole-test.

License

Crole is licensed under the Mozilla Public License v2.