0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-21 21:49:51 +01:00
posthog/rust/common
2024-11-19 11:00:08 +02:00
..
alloc
dns
health
kafka feat(err): Emit to clickhouse from cymbal (#26244) 2024-11-19 11:00:08 +02:00
metrics
serve_metrics
types feat(err): Emit to clickhouse from cymbal (#26244) 2024-11-19 11:00:08 +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