https://github.com/maxdeviant/auk
A DSL for writing HTML using standard Rust syntax
https://github.com/maxdeviant/auk
Last synced: 3 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-09T03:48:28.000Z (4 months ago)
- Last Synced: 2025-03-21T13:53:23.897Z (4 months ago)
- Language: Rust
- Size: 83 KB
- Stars: 25
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.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 |