documentation(readme): Extended README.md to include more information.
This commit is contained in:
parent
d54bf3fe28
commit
6150e5dda6
10
README.md
10
README.md
|
@ -1,3 +1,11 @@
|
|||
# libUFN
|
||||
|
||||
LibUFN is a library of micro-functionalities (µFN).
|
||||
LibUFN is a library of micro-functionalities (The name stands for µFN).
|
||||
It currently consists of 2 independent single-header libraries
|
||||
|
||||
## Functionality
|
||||
|
||||
There are only 2 libraries currently:
|
||||
1) ufn_arena: An arena allocator for optimization of string processing.
|
||||
2) ufn_round: Functions for rounding to the next multiple of some number
|
||||
or to the next power of 2. Currently only floor()'s and ceil()'s to those.
|
||||
|
|
Loading…
Reference in New Issue