paulkernfeld / rustdoc-katex-demo
This crate demonstrates an approach to including KaTeX in Rust docs
☆27Updated 6 years ago
Alternatives and similar repositories for rustdoc-katex-demo:
Users that are interested in rustdoc-katex-demo are comparing it to the libraries listed below
- An implementation of Kensler's hashed permutation algorithm☆16Updated 2 months ago
- A proc macro for real async traits, using nightly-only existential types and generic associated types to work around the need for type er…☆45Updated 2 years ago
- ☆52Updated 5 years ago
- Dynamically query a type-erased object for any trait implementation☆65Updated 2 years ago
- An intrusive splay tree implementation that is no-std compatible and free from allocation and moves☆67Updated this week
- ☆38Updated 8 months ago
- A proof of concept automatic differentiation library for Rust☆23Updated 6 years ago
- A growable bit-vector for Rust, optimized for size☆40Updated 9 months ago
- ☆29Updated 8 months ago
- A perf script for helping to answer queries about how much time a given function occupies, where it is called from, and so forth.☆38Updated 6 years ago
- A small ASCII-only bounded length string representation.☆58Updated 2 years ago
- ☆31Updated 4 years ago
- Starter code for writing procedural macros in Rust.☆17Updated 6 years ago
- Generic SIMD abstractions for Rust.☆47Updated 2 years ago
- Faster integer division and modulus operations☆70Updated 2 years ago
- ☆76Updated 2 years ago
- Various optimization algorithms and strategies combined in a Rust library☆26Updated 4 years ago
- Extensions for ordered Rust slices.☆24Updated last year
- Floating point approximate comparison for Rust☆60Updated 3 months ago
- Place small arrays on the stack with a low-cost!☆17Updated 2 months ago
- Unsafe marker trait for types that deref to a stable address☆31Updated last year
- NumPy file format (de-)serialization in Rust☆31Updated 5 years ago
- Use format strings to create strongly-typed data pack/unpack interfaces