liquid-rust icon indicating copy to clipboard operation
liquid-rust copied to clipboard

Liquid templating for Rust

Results 92 liquid-rust issues
Sort by recently updated
recently updated
newest added

This is tracking the progress with thoroughly documenting the complete API so that we may add the `#![deny(missing_docs)]` label. - [x] Liquid module - [ ] lexer - [ ]...

Something like ``` {{ article.published_at | date: "%a, %b %d, %y", "%b %d, %y" }} ``` to be able to specify a custom parse format.

enhancement

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Repository problems These problems occurred while renovating this repository. [View logs](https://developer.mend.io//github/cobalt-org/liquid-rust). - WARN:...

liquid-rust version: "0.26.4" rust version: rustc 1.75.0 (82e1608df 2023-12-21) OS: Ubuntu 22.04.3 LTS Does liquid-rust support 64 bit unsigned integers? Should it? Attempting to populate a template with an ```Option```...

I added the possibility to enable the use of an `IndexMap` inside of the templates. I currently use liquid in a tool of mine, where I use an `IndexMap` to...

liquid-rust version: rust version: OS: As per the official Ruby implementation example ![image](https://github.com/cobalt-org/liquid-rust/assets/25666813/f5f12908-a0d6-4164-87be-a285fb4816c3) https://rubydoc.info/gems/liquid/Liquid/Drop

- [X] Tests created for any new feature or regression tests for bugfixes. Implements the changes required to support what's described on #507. In order to support arbitrary keyword arguments,...

liquid-rust version: 0.26.0 rust version: 1.63.0 OS: linux I've been referencing [this page](https://shopify.github.io/liquid/basics/types/) of the liquid docs, and my understanding of the `nil` and `EmptyDrop` type is that both of...

- [x] Tests created for any new feature or regression tests for bugfixes. Following up on #477, this change treats missing variables and indexes as `nil` when they appear at...

liquid-rust version: Latest rust version: Latest OS: Linux Fedora 38. It's missing support for Liquid Tags. https://shopify.github.io/liquid/tags/template/#liquid and Echo Tags https://shopify.github.io/liquid/tags/template/#echo