Update README to better serve as the sc-libs frontpage
Add list example
Update the hash-tester for version 0.2.0 of sc-collections
This is a set of small, modular libraries written in C and compiled using the Meson build system. The name "sc-libs" stands for Stephen's C Libraries, but hopefully these libraries may be useful outside of my own projects.
Each of these libraries shares common coding style (roughly Linux kernel style), build system (Meson), licensing (Revised BSD), and more.
This document serves as the front page of the sc-examples repository, which hosts small sample programs using each library. It also serves as the front page of the sc-libs project on Sourcehut.
To try out any of the examples contained in this repository, simply use the following commands (ensure Meson and Ninja are installed):
meson build
ninja -C build
build/example-name args...
Issues and mailing lists are available on the sc-libs project page. Contributions and suggestions are welcome!