libs.md: add Rust library (#2195)

Add a mention to the Rust library <https://github.com/xu-cheng/katex-rs> in the document.

Co-authored-by: Kevin Barabash <kevinb7@gmail.com>
This commit is contained in:
Cheng XU
2020-02-22 22:39:58 +08:00
committed by GitHub
parent f7334e4eeb
commit d6a4379b49

View File

@@ -32,6 +32,10 @@ These libraries are maintained by third-parties.
- [katex-ruby](https://github.com/glebm/katex-ruby): Provides server-side rendering and integration with popular Ruby web frameworks (Rails, Hanami, and anything that uses Sprockets).
### Rust
- [katex-rs](https://github.com/xu-cheng/katex-rs): Rust bindings to provide server-side rendering.
### Vue
- [vue-katex](https://github.com/lucpotage/vue-katex): Vue plugin to render TeX expressions using KaTeX.