rustfoundry-macros

Crates.iorustfoundry-macros
lib.rsrustfoundry-macros
version4.2.0
sourcesrc
created_at2024-11-25 17:50:12.736191
updated_at2024-11-25 17:50:12.736191
descriptionProcedural macros used by rustfoundry.
homepage
repositoryhttps://github.com/khulnasoft/rustfoundry
max_upload_size
id1460539
size97,342
(NxPKG)

documentation

README

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.

Commit count: 4

cargo fmt