docs: Add API documentation!
Add docs scaffolding from template
Release v0.4.0
sc-regex
is a simple C regular expression library. It allows most common
features of regular expressions, without dangerous ones such as backreferences,
etc. It is part of the "sc" (Stephen's C) family of libraries. For complete
examples on the use of this library, see the sc-examples repository.
Run the following to create a build directory:
meson build
You may then compile (or re-compile) with:
ninja -C build
When you would like to commit your changes, please ensure that you have pre-commit hooks installed, so that automated checks can run on your code:
pre-commit install