1 stable release

new 4.2.0 Nov 25, 2024

#1191 in Development tools

Download history 62/week @ 2024-11-19

65 downloads per month

BSD-3-Clause

2MB
45K SLoC

C 35K SLoC // 0.2% comments Rust 5.5K SLoC // 0.0% comments Python 3K SLoC // 0.5% comments Cython 1K SLoC // 0.5% comments Automake 760 SLoC // 0.2% comments M4 228 SLoC // 0.5% comments Shell 66 SLoC // 0.7% comments

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

Rustfoundry

banner

Rustfoundry 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 Rustfoundry is a tool of choice for you.

Documentation

https://docs.rs/rustfoundry/

Examples

https://github.com/khulnasoft/rustfoundry/tree/main/examples

License

BSD-3 licensed. See the LICENSE file for details.

Dependencies

~2–18MB
~270K SLoC