https://github.com/gbbirkisson/ratrod
https://github.com/gbbirkisson/ratrod
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/gbbirkisson/ratrod
- Owner: gbbirkisson
- Created: 2025-04-04T22:37:23.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-06T13:01:15.000Z (about 1 year ago)
- Last Synced: 2025-04-21T11:08:19.833Z (about 1 year ago)
- Language: Rust
- Size: 376 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Call rust in your varnish vcl configuration
Do not use this 🙈 This is purely for just playing around. I wanted to see if I could do stuff
with rust in my `vcl`, and now I can.
The name `ratrod` comes from hot rod cars that have a "rusty" look.
This has been tested with `varnishd` version `6.0.13` on ubuntu. Works on my machine 😂
## Usage 📖
Make is your friend 😉
```bash
$ make run
```