6 stable releases

3.3.0 Mar 21, 2024
3.2.2 Feb 15, 2024
3.1.1 Jan 26, 2024
3.0.1 Jan 23, 2024

#970 in Procedural macros

Download history 436/week @ 2024-01-22 1644/week @ 2024-01-29 2610/week @ 2024-02-05 3178/week @ 2024-02-12 2523/week @ 2024-02-19 3054/week @ 2024-02-26 3852/week @ 2024-03-04 4202/week @ 2024-03-11 4595/week @ 2024-03-18 4012/week @ 2024-03-25 4126/week @ 2024-04-01 4438/week @ 2024-04-08 4547/week @ 2024-04-15

17,158 downloads per month
Used in foundations

BSD-3-Clause

89KB
2.5K SLoC

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.

Dependencies

~1.5MB
~40K SLoC