10 stable releases

new 4.1.1 Nov 14, 2024
4.1.0 Nov 4, 2024
4.0.0 Oct 14, 2024
4.0.0-rc.1 Sep 13, 2024
3.1.1 Jan 26, 2024

#177 in Development tools

Download history 5699/week @ 2024-07-28 4125/week @ 2024-08-04 4340/week @ 2024-08-11 4297/week @ 2024-08-18 4910/week @ 2024-08-25 5172/week @ 2024-09-01 4899/week @ 2024-09-08 4538/week @ 2024-09-15 5831/week @ 2024-09-22 5795/week @ 2024-09-29 6994/week @ 2024-10-06 8343/week @ 2024-10-13 8332/week @ 2024-10-20 8616/week @ 2024-10-27 9390/week @ 2024-11-03 11032/week @ 2024-11-10

37,642 downloads per month

BSD-3-Clause

1MB
25K SLoC

C 17K SLoC // 0.2% comments Rust 5.5K SLoC // 0.0% comments Python 1.5K SLoC // 0.5% comments Cython 593 SLoC // 0.5% comments Automake 380 SLoC // 0.2% comments M4 114 SLoC // 0.5% comments Shell 33 SLoC // 0.7% comments

Contains (obscure autoconf code, 5KB) src/security/libseccomp/configure.ac

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

~2–18MB
~272K SLoC