Skip to content
master
Go to file
Code
This branch is even with cujoai:master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
doc
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Lua Memory

The purpose of this project is to support manipulation of memory areas in Lua. These memory areas are much like Lua strings, but their contents can be modified in place and have an identity (selfness) independent from their contents. The library provides the following functionalities:

  • Support for writable memory areas.
  • C API to manipulate strings or memory areas in a unified way.

Documentation

TODO

  • Finish adaptation of string.pack tests to test memory.pack.
  • Add support for bitwise operations on the memory contents.

History

  • Version 1.0: First release.

About

Library for manipulation of memory areas in Lua.

Resources

License

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.