Updated Library Documentation (markdown)

2025-09-02 13:48:48 +03:00
parent 516ae0dd3b
commit 9002ac2390

@@ -1,6 +1,12 @@
## libhelper library ## libhelper library
It provides functions, classes and macros that will make your work easier when writing your string program, such as the name `libhelper`. It provides functions, classes and macros that will make your work easier when writing your string program, such as the name `libhelper`.
### Namespaces
#### Helper
Main namespace of the library.
```c++ ```c++
#include <libhelper/lib.hpp> #include <libhelper/lib.hpp>
``` ```