Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
inikulin committed Jan 19, 2024
1 parent d2a7e7c commit 74a986d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,18 @@ Bedrock is a foundational Rust library, designed to help scale programs for dist
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](https://github.com/jemalloc/jemalloc) allocator
* security features, such as [seccomp](https://en.wikipedia.org/wiki/Seccomp)-based syscall sandboxing
* service configuration with documentation
* CLI helper that takes care of the configuration loading

then Bedrock is a tool of choice for you.

## Documentation

https://docs.rs/bedrock/
Expand Down

0 comments on commit 74a986d

Please sign in to comment.