asciidoctor-web

Crates.ioasciidoctor-web
lib.rsasciidoctor-web
version0.1.1
sourcesrc
created_at2023-02-22 10:02:16.771645
updated_at2023-02-22 10:04:37.406429
descriptionAsciidoctor.js bindings for Rust
homepage
repositoryhttps://github.com/ctron/asciiddoctor-web
max_upload_size
id791694
size2,511,474
Jens Reimann (ctron)

documentation

README

Rust bindings for Asciidoctor.js in WASM

crates.io docs.rs

Asciidoctor is a fast, open source, Ruby-based text processor for parsing AsciiDoc® into a document model and converting it to output formats such as HTML 5, DocBook 5, manual pages, PDF, EPUB 3, and other formats.

This crate provides WASM bindings for running Asciidoctor convert from a Rust, WASM application (like a web page).

It also provides (optional) direct integration with Yew by providing an Asciidoc Yew component.

Updating the JS dependency

Go to js/hell and update the package.json and/or package-lock.json file. Re-run the build using npm run build. If everything works, commit the output and run a build/release.

Commit count: 0

cargo fmt