levkk / rwf

Comprehensive framework for building web applications in Rust.
MIT License
991 stars 18 forks source link

More templates features, working admin #15

Closed levkk closed 3 weeks ago

levkk commented 3 weeks ago

Admin

Admin is written using Rwf (first Rwf app!)

Templates

CLI

Add add command to CLI to create controllers.

Macros

render! macro returns .

Hot reload

Fix hot reload on Mac OS.

ORM

Fork tokio-postgres for now until https://github.com/sfackler/rust-postgres/pull/1185 is merged.

Bugs

Fix urldecode.