Files
brave-core/components/p3a/constellation/README.md
T
cdesouza-chromium 2ae8b2603b [docs] Format README.md (#36844)
This PR removes the exclusion of `README.md` from `.prettierignore`.
This exclusion was possibly meant to not alter the root `README.md`, but
it was also indiscriminately exclusing any `README.md` in subpaths.

With this change, we enable the auto format for all `README.md` files,
including the one in the root path, as there is no good reason not to.

Bug: N/A
2026-06-01 16:00:04 +01:00

435 B

Constellation CXX binding

This is a CXX binding for a Rust library implementing the Constellation threshold aggregation mechanism. It allows clients to submit ordered, granular data at the highest that is possible whilst maintaining crowd-based anonymity for P3A metrics.

For usage, see the Constellation README and comments in rs/cxx/src/lib.rs.