issues
search
render-rs
/
render.rs
🔏 A safe and simple template engine with the ergonomics of JSX
https://docs.rs/render
MIT License
238
stars
23
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Emitted output uses "self-closing" tags
#52
andylovescode
opened
3 months ago
0
fix: Correct handling of empty non self-closing elements
#51
gkhk0
opened
1 year ago
0
Made attributes more convenient
#50
Caellian
opened
1 year ago
0
RSX parser suggestion: `syn-rsx`
#49
stoically
opened
2 years ago
1
Implement Clone where possible for elements
#47
vpzomtrrfrt
opened
3 years ago
0
Only output self-closing tags for void elements
#46
vpzomtrrfrt
opened
3 years ago
0
Fixes to the way Render handles attributes
#45
theashguy
opened
3 years ago
1
Doesn't build with stable Rust
#44
Ciantic
closed
3 years ago
2
New release?
#43
vpzomtrrfrt
opened
4 years ago
1
Script tag portals body data when empty
#42
theashguy
opened
4 years ago
3
Use stable Rust
#41
Schniz
closed
4 years ago
0
Implement Render for Vec<T>
#40
vpzomtrrfrt
closed
4 years ago
0
if macro?
#39
vpzomtrrfrt
opened
4 years ago
1
How to handle boolean attributes in HTML?
#38
vpzomtrrfrt
opened
4 years ago
2
Optional parameters?
#37
vpzomtrrfrt
opened
4 years ago
1
impl Render for Cow<'_, str>
#36
vpzomtrrfrt
closed
4 years ago
0
Add Render impls for numeric primitives
#35
vpzomtrrfrt
closed
4 years ago
0
A less dom and more template approach
#34
daaku
opened
4 years ago
4
replace `fmt::Write` with `io::Write`
#33
daaku
closed
4 years ago
11
Use io::Write instead of fmt::Write
#32
daaku
opened
4 years ago
1
github actions: combine fmt job and run on all pushes
#31
daaku
closed
3 years ago
0
support keywords like type/for without resorting to raw
#30
daaku
closed
4 years ago
6
remove unnecessary pub visibility for tests
#29
daaku
closed
4 years ago
1
add test showing how to use Option
#28
daaku
closed
4 years ago
1
Prepare for running in stable Rust
#27
daaku
closed
4 years ago
4
Set up GH actions for contributions
#26
Schniz
closed
4 years ago
0
Eliminate unused brace errors & unused import
#25
daaku
closed
4 years ago
0
cargo fmt
#24
daaku
closed
4 years ago
3
pull out first statement to eliminate unused brace errors
#23
daaku
closed
4 years ago
1
pull out first statement to eliminate unused brace errors
#22
daaku
closed
4 years ago
1
Use Cow for element attribute values
#21
vpzomtrrfrt
closed
4 years ago
5
Looking for collaborators
#20
Schniz
opened
4 years ago
15
Add support for raw identifiers
#19
vpzomtrrfrt
closed
4 years ago
3
False positive on `unused_braces` lint?
#18
vpzomtrrfrt
closed
4 years ago
3
[Fix] Elements Ordering & Struct Field Visibility
#17
theashguy
closed
4 years ago
3
Reversing DOM order
#16
theashguy
opened
4 years ago
1
Flow visibility down into params of struct
#15
theashguy
closed
4 years ago
0
rsx!() None
#14
theashguy
closed
4 years ago
1
Attribute / Keyword Clash
#13
theashguy
closed
4 years ago
1
Privacy & Visibility
#12
theashguy
opened
4 years ago
1
fix: remove space before self closing tag
#11
Tarnadas
closed
4 years ago
1
Self-closing tag should not have space
#10
Tarnadas
closed
4 years ago
1
Implement Renderable for Vec<T>
#9
theduke
closed
4 years ago
3
Use `Write` instead of owned strings
#8
Schniz
closed
5 years ago
5
Support dashes in html tags attributes
#7
Schniz
closed
5 years ago
0
Consider changing SimpleElement attributes to an array
#6
Schniz
opened
5 years ago
0
Support empty brackets as Fragments
#5
Schniz
closed
5 years ago
0
Add `#[component]` macro
#4
Schniz
closed
5 years ago
0
support dashed-delimited attributes
#3
Schniz
closed
5 years ago
1
`#[component]` attribute to a function
#2
Schniz
closed
5 years ago
0
Next