RepoCloudflare (Workers AI)Cloudflare (Workers AI)published Jan 18, 2024seen 5d

cloudflare/foundations

Rust

Open original ↗

Captured source

source ↗
published Jan 18, 2024seen 5dcaptured 13hhttp 200method plain

cloudflare/foundations

Description: Cloudflare's Rust service foundations library.

Language: Rust

License: BSD-3-Clause

Stars: 1627

Forks: 118

Open issues: 21

Created: 2024-01-18T12:59:52Z

Pushed: 2026-06-10T11:09:04Z

Default branch: main

Fork: no

Archived: no

README:

Foundations

Foundations is a modular Rust library, designed to help scale programs for distributed, production-grade systems. It enables engineers to concentrate on the core business logic of their services, rather than the intricacies of production operation setups.

If you need any of those:

  • logging
  • distributed tracing
  • metrics
  • memory profiling and jemalloc allocator
  • security features, such as seccomp-based syscall sandboxing
  • service configuration with documentation
  • CLI helper that takes care of the configuration loading

then Foundations is a tool of choice for you.

Documentation

https://docs.rs/foundations/

Examples

https://github.com/cloudflare/foundations/tree/main/examples

License

BSD-3 licensed. See the [LICENSE](LICENSE) file for details.