1
I Use This!
Inactive
Analyzed about 17 hours ago. based on code collected about 17 hours 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...

  • ...
    nearly 1 in 3 companies have no process for identifying, tracking, or remediating known open source vulnerabilities
  • ...
    anyone with an Open Hub account can update a project's tags
  • ...
    there are over 3,000 projects on the Open Hub with security vulnerabilities reported against them
  • ...
    compare projects before you chose one to use
About Project Security

Languages

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

30 Day Summary

Jul 17 2025 — Aug 16 2025

12 Month Summary

Aug 16 2024 — Aug 16 2025

Ratings

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