libflint/README.md

16 lines
514 B
Markdown
Raw Normal View History

2021-02-01 22:27:01 +00:00
# libflint
2021-02-01 22:06:37 +00:00
2022-03-31 00:02:36 +00:00
My personal library of common C data structures and algorithms. Supports Linux, OpenBSD, and FreeBSD.
## Documentation
2022-05-27 18:15:36 +00:00
Extensive documentation can be found [here](https://fputs.com/docs/libflint/)
2022-03-31 00:02:36 +00:00
## Requirements
2022-05-27 18:15:36 +00:00
Building on Linux requires `libbsd`.
2023-07-13 20:41:50 +00:00
## Libraries
`libflint` uses [uthash](https://github.com/troydhanson/uthash) for its hash table implementation. `uthash` is a single header file included in the source code of `libflint`. See the top of `include/uthash.h` for license information