Skip to content

A basic lua minification program written in pure Rust

Notifications You must be signed in to change notification settings

PY44N/LuaMinifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lua Minfier

A basic Lua minification program written in pure Rust

Created for an upcoming Lua obfuscator project

Usage

Add the following to your Cargo.toml file add the depdendancy to your project

lua_minifier = { git = "https://github.com/PY44N/LuaMinifier" }

Use the following code to minify lua code from a file

let output = minify("file.lua").expect("Failed to minify");
println!("{}", output);

About

A basic lua minification program written in pure Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages