Expand description
bitbazaar - An assortment of publicly available cross-language utilities useful to my projects.
Modules§
- Chrono utilities
- clicliCommand line interface utilities.
- cookiescookies_ssrorcookies_wasmSetting/getting cookies in wasm or ssr.
- cryptocryptoHashing & encryption utilities.
- Error handling utilities.
- Logging utilities
- Completely miscellaneous utilities
- redisredisRedis utilities
- Concurrency/parallelism utilities
- timingtimingTiming utilities
Macros§
- A macro for buildingReport<AnyErr>objects with string information easily.
- A macro for buildingReport<ArbitraryErrorStackErr>objects with string context easily.
- When working in a function that cannot return a result, use this to auto panic with the formatted error if something goes wrong.
- When working in a function that cannot return a result, use this to auto panic with the formatted error if something goes wrong.
- timeittimingTime a block of code and log to the global time recorder.
- Warn a user once, with uniqueness determined by the calling location itself.
- Warn a user once, with uniqueness determined by the given ID.