From d6a4379b49832711590f7885208b6e53175103db Mon Sep 17 00:00:00 2001 From: Cheng XU <3105373+xu-cheng@users.noreply.github.com> Date: Sat, 22 Feb 2020 22:39:58 +0800 Subject: [PATCH] libs.md: add Rust library (#2195) Add a mention to the Rust library in the document. Co-authored-by: Kevin Barabash --- docs/libs.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/libs.md b/docs/libs.md index 53203db0..f6dcd2c7 100644 --- a/docs/libs.md +++ b/docs/libs.md @@ -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.