cogs mirror so i dont get fucked by github
Find a file
2024-11-15 21:34:49 +01:00
crates Working HTML, no working code blocks yet. AST changes 2024-11-15 21:34:49 +01:00
integrations/axum initial structure 2024-11-11 22:29:18 +03:00
src initial commit 2024-11-11 19:00:32 +01:00
.gitignore initial commit 2024-11-11 19:00:32 +01:00
Cargo.lock Start working on cog parser. Codeblock parser seems to work 2024-11-12 16:34:27 +01:00
Cargo.toml initial structure 2024-11-11 22:29:18 +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"