debug-impl-parser

Crates.iodebug-impl-parser
lib.rsdebug-impl-parser
version0.1.0
sourcesrc
created_at2023-07-12 10:39:57.945707
updated_at2023-07-12 10:39:57.945707
descriptionParsing debug implementation from rust object to JSON
homepage
repositoryhttps://github.com/NishantJoshi00/debug-parser
max_upload_size
id914425
size57,692
Nishant Joshi (NishantJoshi00)

documentation

README

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

Commit count: 26

cargo fmt