foundations

Crates.iofoundations
lib.rsfoundations
version4.2.0
sourcesrc
created_at2024-01-23 18:22:00.906044
updated_at2024-11-18 20:08:59.614934
descriptionA Rust service foundations library.
homepage
repositoryhttps://github.com/cloudflare/foundations
max_upload_size
id1111058
size1,555,185
Nuno Diegues (nmldiegues)

documentation

https://docs.rs/foundations

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.

Commit count: 225

cargo fmt