1
I Use This!
Inactive
Analyzed 1 day ago. based on code collected 1 day ago.

Project Summary

luabins — Lua Binary Serialization Library

Allows to save tuples of primitive Lua types into binary chunks and to load saved data back.

Luabins works with

* nil
* boolean
* number
* string
* table (see below)

Luabins refuses to save

* function
* thread
* userdata

Luabins intentionally does not save or check any meta-information (versions, endianness etc.) along with data. If needed, it is to be handled elsewhere.

Table serialization

1. Metatatables are ignored.
2. Table nesting depth should be no more than LUABINS_MAXTABLENESTING.
3. On table save references are not honored. Each encountered reference becomes independent object on load.

Tags

library lua serialization

In a Nutshell, luabins...

MIT License
Permitted

Commercial Use

Modify

Distribute

Sub-License

Private Use

Forbidden

Hold Liable

Required

Include Copyright

Include License

These details are provided for information only. No information here is legal advice and should not be used as such.

Project Security

Vulnerabilities per Version ( last 10 releases )

There are no reported vulnerabilities

Project Vulnerability Report

Security Confidence Index

Poor security track-record
Favorable security track-record

Vulnerability Exposure Index

Many reported vulnerabilities
Few reported vulnerabilities

Did You Know...

  • ...
    use of OSS increased in 65% of companies in 2016
  • ...
    data presented on the Open Hub is available through our API
  • ...
    nearly 1 in 3 companies have no process for identifying, tracking, or remediating known open source vulnerabilities
  • ...
    search using multiple tags to find exactly what you need
About Project Security

Languages

C
64%
Lua
25%
Make
11%
shell script
<1%

30 Day Summary

Aug 14 2025 — Sep 13 2025

12 Month Summary

Sep 13 2024 — Sep 13 2025

Ratings

Be the first to rate this project
Click to add your rating
  
Review this Project!