2 releases
0.1.1 | Aug 18, 2023 |
---|---|
0.1.0 | Apr 4, 2023 |
#1842 in Parser implementations
639 downloads per month
14KB
313 lines
Caddyfile for Rust
This is a library for working with Caddyfiles. It currently only
Most of this code is a port of the original Go implementation, which is available at github.com/mholt/caddy/tree/master/caddyfile, to equivalent Rust code.
Because of this, every part should have exactly the same behavior as the original, and it should be able to format and tokenize any Caddyfile in the same way Caddy does.
We also try to test all code against the original's test suite to make sure any compatibility issues are caught.