abpl 0.1.1

A collection of Rust boilerplate: a reloadable-systemd-service lifecycle helper, a hot-reloading axum wrapper, a serializable/typed error derive macro, and small utility newtypes.
1
2
3
4
#[cfg(feature = "newtype_base64")]
mod base64;
#[cfg(feature = "newtype_base64")]
pub use base64::{BASE64_STANDARD_WHATEVER_PAD, Base64Bytes, Base64BytesMut, Base64UrlBytes, Base64UrlBytesMut};