#debugging #parser #json #object #date-time

yanked debug-impl-parser

Parsing debug implementation from rust object to JSON

1 unstable release

0.1.0 Jul 12, 2023

#284 in #date-time

MIT license

34KB
815 lines

Debug 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.2–3.5MB
~66K SLoC