luwi
v0.1.0
Published
Luwi is file-parsing library written in Rust, which is compiled to WebAssembly (WASM) for use in web applications. The library uses Lua for defining parsing rules, allowing for flexible and powerful file parsing capabilities.
Readme
Luwi
Luwi is file-parsing library written in Rust, which is compiled to WebAssembly (WASM) for use in web applications. The library uses Lua for defining parsing rules, allowing for flexible and powerful file parsing capabilities.
┌──────────────────────────┐ │ Web Browser │ │ (React / JavaScript) │ └─────────────┬────────────┘ │ ▼ ┌──────────────────────────┐ │ Rust → WebAssembly │ │ (Fast File Parser) │ └─────────────┬────────────┘ │ ▼ ┌──────────────────────────┐ │ Lua Logic │ │ (Parsing Rules) │ └─────────────┬────────────┘ │ ▼ ┌──────────────────────────┐ │ save csv file │ │ (parser_result.csv) │ └─────────────┬────────────┘ │ ▼ ┌──────────────────────────┐ │ Export .csv File │ │ (User Download) │ └──────────────────────────┘
