caddyfile

Crates.iocaddyfile
lib.rscaddyfile
version0.1.1
sourcesrc
created_at2023-04-04 09:07:32.321542
updated_at2023-08-18 19:30:27.605526
descriptionA library for working with Caddy's Caddyfile format
homepage
repositoryhttps://gitlab.com/nirvati/utils/caddyfile
max_upload_size
id830002
size47,831
Aaron Dewes (AaronDewes)

documentation

README

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.

Commit count: 4

cargo fmt