- Notifications
You must be signed in to change notification settings - Fork67
Cloudflare's Rust service foundations library.
License
NotificationsYou must be signed in to change notification settings
cloudflare/foundations
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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 logicof their services, rather than the intricacies of production operation setups.
If you need any of those:
- logging
- distributed tracing
- metrics
- memory profiling andjemalloc allocator
- security features, such asseccomp-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.
https://github.com/cloudflare/foundations/tree/main/examples
BSD-3 licensed. See theLICENSE file for details.
About
Cloudflare's Rust service foundations library.