aboutsummaryrefslogtreecommitdiff
path: root/serialize_lib/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'serialize_lib/readme.md')
-rw-r--r--serialize_lib/readme.md7
1 files changed, 0 insertions, 7 deletions
diff --git a/serialize_lib/readme.md b/serialize_lib/readme.md
deleted file mode 100644
index ac364b8..0000000
--- a/serialize_lib/readme.md
+++ /dev/null
@@ -1,7 +0,0 @@
-# serialize_lib
-A Minetest mod library for safely storing large amounts of data in on-disk files.
-Created out of the need to have a robust data store for advtrains.
-
-The main purpose is to load and store large Lua table structures into files, without loading everything in memory and exhausting the function constant limit of LuaJIT.
-
-Also contains various utilities to handle files on disk in a safe manner, retain multiple versions of the same file a.s.o. \ No newline at end of file