Expand description
API
Utility operations
Modulesยง
- catch_
panic ๐ - Handle catching panics created by endpoints, logging them and properly responding.
- convert ๐
- Simple general purpose utility functions.
- health ๐
- Service Health Utilities.
- json ๐
- JSON related utilities.
- middleware ๐
- Custom POEM Middleware for this service.
- net ๐
- Networking utility functions.
Constantsยง
- _UNUSED ๐
- Unused
Functionsยง
- as_
hex_ ๐string - Convert bytes to hex string with the
0x
prefix - from_
hex_ ๐string - Convert bytes to hex string with the
0x
prefix