run-what 0.0.1

HTML-first web framework powered by Rust (coming soon)
Documentation
# run-what

HTML-first web framework powered by Rust.

> **Note:** This crate is under active development. Check back soon!

## What is run-what?

Run-what (or just "What") is a web framework that brings back the simplicity of server-rendered HTML while providing modern features:

- **ColdFusion-style variables** - Simple `#variable#` syntax in templates
- **Custom HTML components** - Build reusable components with slots
- **File-based routing** - Your file structure is your URL structure
- **Built-in CRUD** - Forms that just work, no API routes needed
- **Zero config** - No webpack, no build step, just HTML and a server

## Installation (coming soon)

```bash
cargo install run-what
run-what new myproject
cd myproject
run-what dev
```

## Links

- [GitHub Repository]https://github.com/tedigo/what
- [Documentation]https://github.com/tedigo/what

## License

MIT