cloudflare/foundations

Cloudflare's Rust service foundations library.

1,673

stars

406

commits

Rust

primary language

Sep 4, 2026

updated

blog.cloudflare.com/introducing-foundations-our-open-source-rust-service-foundation-library

README

Foundations

banner

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 file for details.

Contributors

(top 30 of 51)

inikulin

104 commits

TheJokr

95 commits

ethanolchik

31 commits

nox

24 commits

cloudflare/foundations

Cloudflare's Rust service foundations library.

1,673

stars

406

commits

Rust

primary language

Sep 4, 2026

updated

blog.cloudflare.com/introducing-foundations-our-open-source-rust-service-foundation-library

README

Foundations

banner

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 file for details.

Contributors

(top 30 of 51)

inikulin

104 commits

TheJokr

95 commits

ethanolchik

31 commits

nox

24 commits

Languages

Rust

100.0%