#
rust-library
Here are 844 public repositories matching this topic...
A command-line tool and library for generating regular expressions from user-provided test cases
rust
cli
terminal
tool
regex
regexp
regular-expression
regex-pattern
command-line-tool
rust-library
regular-expressions
rust-crate
rust-cli
-
Updated
Sep 3, 2020 - Rust
Type-safe, compiled Jinja-like templates for Rust
-
Updated
Sep 11, 2020 - Rust
Rust/WebAssembly image processing library
-
Updated
Aug 28, 2020 - Rust
Open
Examples
benbrittain
commented
Jul 11, 2020
An example directory of common usage patterns
ErichDonGubler
commented
Feb 13, 2019
A simple framework for 2D games on desktop and web
-
Updated
Sep 5, 2020 - Rust
A Rust library for PDF document manipulation.
-
Updated
Aug 11, 2020 - Rust
A simple, secure and modern encryption tool (and Rust library) with small explicit keys, no config options, and UNIX-style composability.
rust
cli
encryption
scrypt
yubikey
curve25519
secure-by-default
rust-library
zero-configuration
unix-philosophy
age-encryption
-
Updated
Sep 5, 2020 - Rust
Tiny, no-nonsense, self-contained, Tensorflow and ONNX inference
-
Updated
Sep 12, 2020 - Rust
Rust library for building and running BPF/eBPF modules
-
Updated
Sep 12, 2020 - Rust
An easy-to-use library for writing PDF in Rust
-
Updated
Sep 8, 2020 - Rust
A crate that helps you make GBA games
-
Updated
Jun 29, 2020 - Rust
Shnatsel
commented
Jul 30, 2020
sparse linear algebra library for rust
-
Updated
Sep 11, 2020 - Rust
Technical analysis library for Rust language
rust
finance
library
trading
math
financial
rust-lang
stock-market
market-data
trading-strategies
trading-algorithms
indicator
stocks
rust-library
technical-analysis
finances
financial-analysis
indicators
trading-systems
moving-average
-
Updated
Sep 9, 2020 - Rust
Mocking framework for Rust
-
Updated
Nov 22, 2019 - Rust
srinathsetty
opened
Apr 23, 2020
Rust method delegation with less boilerplate
-
Updated
Aug 14, 2020 - Rust
A parallelized PNG encoder in Rust
-
Updated
Jul 28, 2020 - Rust
-
Updated
Nov 24, 2019 - Rust
Improve this page
Add a description, image, and links to the rust-library topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the rust-library topic, visit your repo's landing page and select "manage topics."
When rendering with an invalid template that refers to an
Object
instead of strings/integers/bools/arrays, the rendering silent fails by rendering "[object]
", due to:https://github.com/Keats/tera/blob/b91a985951fccf6896c7192ea7c78ba64608bb62/src/context.rs#L119
(by the way, this could be
Cow::Borrowed
)This is does not match the rust philosophy of being explicit and quickly failing so