Module autopush_common::util
source · Expand description
Various small utilities accumulated over time for the WebPush server
Re-exports§
pub use self::timing::ms_since_epoch;
pub use self::timing::ms_utc_midnight;
pub use self::timing::sec_since_epoch;
pub use self::timing::us_since_epoch;
Modules§
Constants§
Traits§
Functions§
- Convenience wrapper for base64 decoding note The
base64
devs are HIGHLY opinionated and the method to encode/decode changes frequently. This function encapsulates that as much as possible.