mirror of
https://github.com/BillyOutlast/posthog.git
synced 2026-02-04 11:11:24 +01:00
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
Common crates for the hog-rs services
This folder holds internal crates for code reuse between services in the monorepo. To keep maintenance costs low, these crates should ideally:
- Cover a small feature scope and use as little dependencies as possible
- Only use
{ workspace = true }dependencies, instead of pinning versions that could diverge from the workspace - Have adequate test coverage and documentation