-
Updated
Jul 7, 2022 - Rust
rust-library
Here are 1,216 public repositories matching this topic...
Rewrite in rust(🚀)?
Inheritance breaks macro imports with "Macro namespace `macros` was not found in template `parent`"
Tested on 5dc12afc4e0e506183898fc56d3bdc9ce6a0b6d7 (current HEAD) and 1.3.1 off Crates.io.
Given the following setup:
{# parent #}
{% block henlo %}
henlo
{% endblock %}
{# macro #}
{% macro benlo() %}
trenlo
{% endmacro benlo %}
{# child #}
{% extends "parent" %}
{% import "macro" as macros %}
{% block henlo %}
{{ super() }}
menlo
{{ macros::benlo() }}
{% endbloc-
Updated
Jun 20, 2022 - Rust
-
Updated
Jul 10, 2022 - Rust
-
Updated
Jun 10, 2022 - Rust
-
Updated
Jul 9, 2022 - Rust
Currrently , the CLI outputs "No such file or directory" but should be more verbose and explain which file could not be found.
No such file or directory (os error 2)
-
Updated
Jul 8, 2022 - Rust
It appears that the RedBPF toolchain imposes currently undocumented restrictions on map value types that go beyond those expressed by the generic constraints:
- All variants of an enum must have the same size in memory.
- Struct fields are (mostly?) required to be aligned to multiples of 32 bits, though sometimes 64-bit alignment is required, and some structs don't work at all despite their fi
Examples
An example directory of common usage patterns
-
Updated
Jun 5, 2022 - Rust
-
Updated
Feb 7, 2021 - Rust
-
Updated
Mar 4, 2022 - JavaScript
-
Updated
Jul 7, 2022 - Rust
-
Updated
Apr 19, 2022 - Rust
-
Updated
Jul 1, 2022 - Rust
-
Updated
Jun 17, 2022 - Rust
-
Updated
Jun 27, 2022 - Rust
-
Updated
Jul 1, 2022 - Rust
-
Updated
Jul 7, 2022 - Rust
-
Updated
Jul 4, 2022 - Rust
-
Updated
Jun 6, 2022 - 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 I first set out to study abroad, I knew it would be a life changing experience for me. Along the way I made new friends, tried new foods, and, most importantly: learned new languages.
As a result, I've decided to move on from my English-speaking past. I've successfully converted all of my personal stack to non-English except for one: this application.
My use case is: I use this script t