https://github.com/maxdeviant/auk
A DSL for writing HTML using standard Rust syntax
https://github.com/maxdeviant/auk
Last synced: 7 months ago
JSON representation
A DSL for writing HTML using standard Rust syntax
- Host: GitHub
- URL: https://github.com/maxdeviant/auk
- Owner: maxdeviant
- License: mit
- Created: 2024-01-06T16:52:43.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-06-21T15:49:01.000Z (8 months ago)
- Last Synced: 2025-07-22T10:37:09.438Z (7 months ago)
- Language: Rust
- Size: 104 KB
- Stars: 25
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Auk
Auk is an eDSL for writing HTML using standard Rust syntax.
| Crates | Description |
| --------------------------------------- | --------------------------------- |
| [`auk`](./crates/auk) | The main Auk crate |
| [`auk_markdown`](./crates/auk_markdown) | Provides Markdown support for Auk |
| [`auk_plumage`](./crates/auk_plumage) | Utility CSS styling for Auk |