#json #parser #object #wasm-pack #logs #ron

bin+lib ron-parser

Parsing debug implementation from rust object to JSON

4 releases

0.1.4 Aug 7, 2023
0.1.3 Aug 3, 2023
0.1.2 Aug 2, 2023
0.1.1 Jul 12, 2023
0.1.0 Jul 12, 2023

#860 in Debugging

Download history 1742/week @ 2024-11-23 2191/week @ 2024-11-30 1863/week @ 2024-12-07 2345/week @ 2024-12-14 1514/week @ 2024-12-21 888/week @ 2024-12-28 1498/week @ 2025-01-04 1382/week @ 2025-01-11 2174/week @ 2025-01-18 2204/week @ 2025-01-25 2146/week @ 2025-02-01 1950/week @ 2025-02-08 2163/week @ 2025-02-15 1393/week @ 2025-02-22 1386/week @ 2025-03-01 1249/week @ 2025-03-08

6,456 downloads per month

MIT license

35KB
836 lines

RON Parser

Parsing debug logs with with nom parser. Handling primitive datetime, serde-json and unique debug implementation.

Tooling

For added support of wasm, use wasm-pack and the commands mentioned below in the builds section.

Builds

  • 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

Dependencies

~2–3.5MB
~63K SLoC