Skip to content

feat: add form support and better routing; implement TODO app example

Codecov / codecov/patch succeeded Aug 13, 2024 in 1s

55.09% of diff hit (target 11.79%)

View this Pull Request on Codecov

55.09% of diff hit (target 11.79%)

Annotations

Check warning on line 7 in examples/hello-world/src/main.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

examples/hello-world/src/main.rs#L7

Added line #L7 was not covered by tests

Check warning on line 15 in examples/todo-list/src/main.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

examples/todo-list/src/main.rs#L15

Added line #L15 was not covered by tests

Check warning on line 36 in examples/todo-list/src/main.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

examples/todo-list/src/main.rs#L24-L36

Added lines #L24 - L36 were not covered by tests

Check warning on line 38 in examples/todo-list/src/main.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

examples/todo-list/src/main.rs#L38

Added line #L38 was not covered by tests

Check warning on line 45 in examples/todo-list/src/main.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

examples/todo-list/src/main.rs#L44-L45

Added lines #L44 - L45 were not covered by tests

Check warning on line 55 in examples/todo-list/src/main.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

examples/todo-list/src/main.rs#L48-L55

Added lines #L48 - L55 were not covered by tests

Check warning on line 59 in examples/todo-list/src/main.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

examples/todo-list/src/main.rs#L57-L59

Added lines #L57 - L59 were not covered by tests

Check warning on line 67 in examples/todo-list/src/main.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

examples/todo-list/src/main.rs#L62-L67

Added lines #L62 - L67 were not covered by tests

Check warning on line 92 in examples/todo-list/src/main.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

examples/todo-list/src/main.rs#L70-L92

Added lines #L70 - L92 were not covered by tests

Check warning on line 11 in flareon-macros/src/form.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

flareon-macros/src/form.rs#L10-L11

Added lines #L10 - L11 were not covered by tests

Check warning on line 66 in flareon-macros/src/form.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

flareon-macros/src/form.rs#L66

Added line #L66 was not covered by tests

Check warning on line 110 in flareon-macros/src/form.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

flareon-macros/src/form.rs#L110

Added line #L110 was not covered by tests

Check warning on line 3 in flareon/src/error.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

flareon/src/error.rs#L3

Added line #L3 was not covered by tests

Check warning on line 29 in flareon/src/error.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

flareon/src/error.rs#L27-L29

Added lines #L27 - L29 were not covered by tests

Check warning on line 10 in flareon/src/forms.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

flareon/src/forms.rs#L10

Added line #L10 was not covered by tests

Check warning on line 27 in flareon/src/forms.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

flareon/src/forms.rs#L27

Added line #L27 was not covered by tests

Check warning on line 46 in flareon/src/forms.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

flareon/src/forms.rs#L42-L46

Added lines #L42 - L46 were not covered by tests

Check warning on line 54 in flareon/src/forms.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

flareon/src/forms.rs#L50-L54

Added lines #L50 - L54 were not covered by tests

Check warning on line 92 in flareon/src/forms.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

flareon/src/forms.rs#L88-L92

Added lines #L88 - L92 were not covered by tests

Check warning on line 95 in flareon/src/forms.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

flareon/src/forms.rs#L94-L95

Added lines #L94 - L95 were not covered by tests

Check warning on line 98 in flareon/src/forms.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

flareon/src/forms.rs#L97-L98

Added lines #L97 - L98 were not covered by tests

Check warning on line 103 in flareon/src/forms.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

flareon/src/forms.rs#L100-L103

Added lines #L100 - L103 were not covered by tests

Check warning on line 107 in flareon/src/forms.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

flareon/src/forms.rs#L106-L107

Added lines #L106 - L107 were not covered by tests

Check warning on line 109 in flareon/src/forms.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

flareon/src/forms.rs#L109

Added line #L109 was not covered by tests

Check warning on line 111 in flareon/src/forms.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

flareon/src/forms.rs#L111

Added line #L111 was not covered by tests