Expand description
Strut
Backend in Rust: convenient and configurable with Strut. 🏗️
- Strut is a Rust application scaffold that aims to simplify common backend chores.
- The documentation is available on the ➡️ homepage.
§Crate strut-sentry
⚠️ Internal crate
Unless you know exactly what you are doing, there is probably no need to directly depend on this crate.
This crate is an integration with Sentry.
Structs§
- Sentry
Config - Represents the application-level configuration section that covers everything related to Sentry integration.
- Sentry
Guard - Helper struct that is returned from
init. - Sentry
Integration - A facade for integrating with Sentry.
Functions§
- strut_
shutdown - Re-exports the
strut_shutdownfunction to facilitate stand-alone usage of this crate.