Crates.io | caddyfile |
lib.rs | caddyfile |
version | 0.1.1 |
source | src |
created_at | 2023-04-04 09:07:32.321542 |
updated_at | 2023-08-18 19:30:27.605526 |
description | A library for working with Caddy's Caddyfile format |
homepage | |
repository | https://gitlab.com/nirvati/utils/caddyfile |
max_upload_size | |
id | 830002 |
size | 47,831 |
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.