katex-rs
Rust bindings to KaTeX
File Explorer
Download Latest Version (.zip)- build.yml
- clippy.yml
- fmt.yml
- FUNDING.yml
- entry.js
- node-hack.js
- post-node-hack.js
- duktape.rs
- quick_js.rs
- wasm_js.rs
- error.rs
- js_engine.rs
- lib.rs
- opts.rs
- tests.rs
- mhchem.min.js
- KATEX-LICENSE
- katex.min.js
- .editorconfig
- .gitignore
- build.rs
- Cargo.toml
- download_katex.sh
- KATEX-VERSION
- LICENSE-APACHE
- LICENSE-MIT
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/xu-cheng/katex-rs
Downloads the entire project code from GitHub to your computer.
cd katex-rs
Moves into the project folder you just downloaded.
2. Rust
Medium RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- Rust (rustup) Installing via rustup also installs cargo.
cargo build --release
Compiles the Rust project.
cargo run
Builds and then immediately runs the program.
If cargo build finishes without errors, it worked. The executable is created under target/.
// repository documentation
Was this content helpful?
(0 ratings)
