0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-24 00:47:50 +01:00
posthog/rust/common
2024-11-13 14:18:04 +02:00
..
alloc fix: use jemalloc everywhere we're rusty (#24796) 2024-09-05 06:19:25 +00:00
dns
health
kafka feat(error tracking): rust consumer skeleton (#25235) 2024-09-30 15:16:11 +03:00
metrics fix(err): cluster frames before resolution (#25886) 2024-10-30 15:52:26 +02:00
serve_metrics feat: Pull event/property definitions into its own service, so we can get it out of the plugin server (#24166) 2024-08-27 06:35:04 +01:00
types feat(err): Rewrite main, improve error handling, more metrics (#26155) 2024-11-13 14:18:04 +02:00
README.md

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