diff options
| author | ame <[email protected]> | 2024-03-13 16:03:10 -0500 |
|---|---|---|
| committer | ame <[email protected]> | 2024-03-13 16:03:10 -0500 |
| commit | eb6608e16d253ded9ee3979f236b68d4988c1da5 (patch) | |
| tree | 6e7f5619f468e5b4e34378def3e9f2960d909b38 /readme.md | |
| parent | 2a3575134b386b60bafbf59d6475cf45ded7d4e3 (diff) | |
blake2{b,s} and maybe other stuff
Diffstat (limited to 'readme.md')
| -rw-r--r-- | readme.md | 74 |
1 files changed, 37 insertions, 37 deletions
@@ -1,37 +1,37 @@ -build with `clang -shared src/{*.c,*/*.c} -o llib.so -fPIC` - -or `clang -shared src/{*.c,*/*.c} -o llib.dll -L/mingw64/lib -llua -lws2_32 -fPIC` for my msys2 build - -[some docs](docs/) - -todo: - -* (working on seperatley) gui for graphs - -* finish up http server - - * https - - * <res>:serve() - - * check memory saftey - - * memory optimizations - - * settings (parse/read files, etc..) - - * define usage of new routes inside of routes, and allow route removal - - * connection limit - -* more doxygen like docs, everywhere - -* make parray_t hash based - - ----- - -# credits - -* [luaproc](https://github.com/askyrme/luaproc) helped with multithreading - +build with `clang -shared src/{*.c,*/*.c} -o llib.so -fPIC`
+
+or `clang -shared src/{*.c,*/*.c} -o llib.dll -L/mingw64/lib -llua -lws2_32 -fPIC` for my msys2 build
+
+[some docs](docs/)
+
+todo:
+
+* (working on seperatley) gui for graphs
+
+* finish up http server
+
+ * https
+
+ * <res>:serve()
+
+ * check memory saftey
+
+ * memory optimizations
+
+ * settings (parse/read files, etc..)
+
+ * define usage of new routes inside of routes, and allow route removal
+
+ * connection limit
+
+* more doxygen like docs, everywhere
+
+* make parray_t hash based
+
+
+----
+
+# credits
+
+* [luaproc](https://github.com/askyrme/luaproc) helped with multithreading
+
|
