1
I Use This!
Activity Not Available
Analyzed 3 months ago. based on code collected 4 months 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
  • ...
    by exploring contributors within projects, you can view details on every commit they have made to that project
  • ...
    55% of companies leverage OSS for production infrastructure
  • ...
    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

Jan 2 2025 — Feb 1 2025

12 Month Summary

Feb 1 2024 — Feb 1 2025

Ratings

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