a-star-lua
a-star-lua copied to clipboard
Various changes.
- Return module table instead of using deprecated
modulefunction. - Remove path cache. Clients may implement their own cache if desired. (I feel it's out of scope for this library, and easy to do).
- Move license to its own file.
- Add short API documentation for LDoc.
- Add a rockspec for LuaRocks..
- Remove trailing whitespace from lines.