Compare commits

..

2 Commits

Author SHA1 Message Date
11f16a79fc Merge branch 'main' of https://timerix.ddns.net/git/Timerix/tlibtoml 2025-12-13 03:27:30 +05:00
a15b5a6b32 fixed some errors 2025-12-13 03:27:28 +05:00

View File

@@ -1,5 +1,5 @@
# tlibtoml
A fork of [libtoml](https://github.com/brglng/libtoml) rewritten to use [tlibc](https://timerix.ddns.net/git/Timerix/tlibtoml) instead of its own (worse) implementation of collections and strings. For example, Table from libtoml is just an array of key-value pairs, where search happens by calling `strcmp()` on each element. Such inefficient code hurts my mind, so i have no other choise than to rewrite this library.
A fork of [libtoml](https://github.com/brglng/libtoml) rewritten to use [tlibc](https://timerix.ddns.net/git/Timerix/tlibc) instead of its own (worse) implementation of collections and strings. For example, Table from libtoml is just an array of key-value pairs, where search happens by calling `strcmp()` on each element. Such inefficient code hurts my mind, so i have no other choise than to rewrite this library.
## Build