caddyfile 0.1.1

A library for working with Caddy's Caddyfile format
Documentation
  • Coverage
  • 7.14%
    1 out of 14 items documented0 out of 4 items with examples
  • Size
  • Source code size: 47.83 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 458.93 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 7s Average build duration of successful builds.
  • all releases: 7s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • nirvati/utils/caddyfile
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • AaronDewes

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.