From cf36c993ba4bb931ecf9c84de41ab0bc5fc915e4 Mon Sep 17 00:00:00 2001 From: ame Date: Wed, 13 Mar 2024 16:03:10 -0500 Subject: blake2{b,s} and maybe other stuff --- docs/readme.md | 48 ++++++++++++++++++++++++------------------------ 1 file changed, 24 insertions(+), 24 deletions(-) (limited to 'docs/readme.md') diff --git a/docs/readme.md b/docs/readme.md index 18deebf..14859a5 100644 --- a/docs/readme.md +++ b/docs/readme.md @@ -1,24 +1,24 @@ -# lualib (llib) -(name subject to change) - -with the library in the same directory [(or one of the other valid search locations)](https://www.lua.org/pil/8.1.html) - -```lua -require "llib" -``` - -which makes a global llib table - -> ### future require versions will eventually return the table -> ```lua -> llib = require "llib" -> ``` - -the table has many subtables, with related function in them, you can view them like so - -```lua -llib.io.pprint(llib) --pprint is a part of the io module, pprint meaning pretty print -``` - -all subtables have a corresponding file in this directory, with info on its functions - +# lualib (llib) +(name subject to change) + +with the library in the same directory [(or one of the other valid search locations)](https://www.lua.org/pil/8.1.html) + +```lua +require "llib" +``` + +which makes a global llib table + +> ### future require versions will eventually return the table +> ```lua +> llib = require "llib" +> ``` + +the table has many subtables, with related function in them, you can view them like so + +```lua +llib.io.pprint(llib) --pprint is a part of the io module, pprint meaning pretty print +``` + +all subtables have a corresponding file in this directory, with info on its functions + -- cgit v1.2.3