cogs mirror so i dont get fucked by github
Find a file
2024-12-04 14:57:33 +03:00
crates Add diagnostics and testing 2024-12-04 14:57:33 +03:00
integrations/axum initial structure 2024-11-11 22:29:18 +03:00
src Add diagnostics and testing 2024-12-04 14:57:33 +03:00
tests Add diagnostics and testing 2024-12-04 14:57:33 +03:00
.gitignore initial commit 2024-11-11 19:00:32 +01:00
Cargo.lock Add diagnostics and testing 2024-12-04 14:57:33 +03:00
Cargo.toml Add diagnostics and testing 2024-12-04 14:57:33 +03:00
README.md readme improvements 2024-11-11 23:32:35 +03:00
SYNTAX.md readme improvements 2024-11-11 23:32:35 +03:00

Cogs - Rust in HTML

Cogs is a fullstack framework for building HATEOAS-based web applications using a custom templating language that compiles directly to highly-optimized Rust code.

HTMX is recommended alongside Cogs as the frontend piece of the HATEOAS stack.

Roadmap

  • Basic syntax and parsing
  • Code generation
  • (?) Custom codegen based HTMX alternative
  • (?) WASM-based "Client Components"