Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tieske/accessor.lua
An easy way to access arbitrary depth keys in Lua tables
https://github.com/tieske/accessor.lua
Last synced: 2 months ago
JSON representation
An easy way to access arbitrary depth keys in Lua tables
- Host: GitHub
- URL: https://github.com/tieske/accessor.lua
- Owner: Tieske
- License: mit
- Created: 2020-07-13T14:10:40.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-07-30T08:29:16.000Z (5 months ago)
- Last Synced: 2024-10-13T00:16:37.692Z (2 months ago)
- Language: Lua
- Homepage: https://tieske.github.io/accessor.lua/
- Size: 13.7 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.com/Tieske/accessor.lua.svg?branch=master)](https://travis-ci.com/Tieske/accessor.lua)
[![Coverage Status](https://coveralls.io/repos/github/Tieske/accessor.lua/badge.svg?branch=master)](https://coveralls.io/github/Tieske/accessor.lua?branch=master)accessor.lua
==============This module implements an easy way to access arbitrary depth keys in Lua tables.
* for a single access it is convenient if you do not want to check the existence
of intermediate tables or if the key is user provided
* performant if repeatedly looking up the same key in different tablesBoth the [source code](https://github.com/Tieske/accessor.lua) as well as the
[documentation](http://tieske.github.io/accessor.lua) are on githubHistory
=======### Release instructions
- update history and version information
- create new rockspec
- render the documentation
- commit and tag
- upload rock to LuaRocksVersion 1.0.0, 14-Jul-2020
- Initial release
Copyright & license
===================
See [license](https://github.com/Tieske/accessor.lua/blob/master/LICENSE).