Crates.io | md_parser_wasm |
lib.rs | md_parser_wasm |
version | 0.3.5 |
source | src |
created_at | 2024-03-01 13:20:21.729043 |
updated_at | 2024-03-01 13:27:03.147799 |
description | A markdown parser written in Rust and compiled to WebAssembly |
homepage | |
repository | https://github.com/manishsingh10895/markdown-parser-rust |
max_upload_size | |
id | 1158896 |
size | 2,998,648 |
Simple Markdown parser in rust which is compiled to wasm
and presented to browser with svelte
cargo build
wasm-pack build
cargo test
cd web
and yarn
or npm install
cd web
and yarn dev
md_parser is also available as a CLI tool
USAGE:
md_parser_wasm --file <input_file>
This is also published as an npm
package. Can be used in frontend projects using
npm i -S wasm_md_parser