Thanks for your interest in improving the PostHog Rust SDK.
- Rust
1.78.0or newer (seeCargo.toml)
From the repository root:
cargo build --verbose
cargo test --verbose
cargo test --verbose --features e2e-test --no-default-features
cargo fmt -- --check
cargo clippy -- -D warningsSee examples/README.md for the available example programs and the environment variables they use.
Please make sure the relevant build, test, formatting, and clippy checks pass before opening a PR.