rust-library
Here are 866 public repositories matching this topic...
-
Updated
Sep 3, 2020 - Rust
-
Updated
Nov 9, 2020 - Rust
Since Photon now includes CI, it would be great to add build badges to the README, preferably using a shields.io badge. See here for more info: badges/shields#2574 (comment)
-
Updated
Nov 12, 2020 - Rust
Examples
An example directory of common usage patterns
-
Updated
Oct 17, 2020 - Rust
-
Updated
Nov 2, 2020 - Rust
-
Updated
Nov 10, 2020 - Rust
-
Updated
Nov 9, 2020 - Rust
-
Updated
Nov 5, 2020 - Rust
-
Updated
Nov 3, 2020 - Rust
-
Updated
Nov 4, 2020 - Rust
-
Updated
Nov 3, 2020 - Rust
-
Updated
Oct 27, 2020 - Rust
-
Updated
Oct 26, 2020 - Rust
-
Updated
Jul 28, 2020 - Rust
-
Updated
Nov 4, 2020 - 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