foundations
foundations copied to clipboard
Cloudflare's Rust service foundations library.
If would be nice to have a contribution guide, i.e. `CONTRIBUTING.md`, for anyone who is interested in contributing to the foundations library.
We are already running OpenTelemetry so it would be great to allow easy intergration into apps using foundations.
This change modifies our docs check to have it behave like `docs.rs` does and adds a minimal versions check which ensures that the semver requirements foundations uses for dependency crates...
Although the `maxminddb` crate handles most details, there is additional complexity with using Maxmind for IP->location lookups because it's implemented as a flat-file database that gets updated regularly, and unless...
It's recommended to review the commits in the PR separately
This uses [serde_ignored](https://crates.io/crates/serde_ignored) while deserializing settings from YAML to log a warning if keys are unused. This could help prevent accidental misconfigurations of services. For example, if the setting is...