From bb66383eb762240378ba9d2586f945cdaab8df56 Mon Sep 17 00:00:00 2001 From: mihacooper Date: Sat, 11 Feb 2017 14:46:34 +0300 Subject: [PATCH] add initial documentation --- docs/index.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 docs/index.md diff --git a/docs/index.md b/docs/index.md new file mode 100644 index 0000000..109cf6b --- /dev/null +++ b/docs/index.md @@ -0,0 +1,2 @@ +# Effil +Threading library for Lua. Written in C++ with great help of [sol2](https://github.com/ThePhD/sol2).