Crates.io | ron-parser |
lib.rs | ron-parser |
version | 0.1.4 |
source | src |
created_at | 2023-07-12 11:33:19.078744 |
updated_at | 2023-08-07 06:19:05.548064 |
description | Parsing debug implementation from rust object to JSON |
homepage | |
repository | https://github.com/NishantJoshi00/debug-parser |
max_upload_size | |
id | 914449 |
size | 58,427 |
Parsing debug logs with with nom
parser. Handling primitive datetime,
serde-json and unique debug implementation.
For added support of wasm, use wasm-pack
and the commands mentioned below in
the builds section.
Building wasm
wasm-pack build -t web --no-typescript --no-pack
This command will build the necessary .js and .wasm file from the project
containing a single parse
function which performs the
translation from rust debug logs to json