Add authoritative public API catalog

This commit is contained in:
2026-08-08 11:15:03 +02:00
parent 115425cea7
commit a3e11bc39d
11 changed files with 1296964 additions and 10 deletions

View File

@@ -14,6 +14,11 @@ complete public API shim.
The source snapshot, compatibility rules, dependency research, and ordered
implementation plan are in [RUSTREWRITE.md](RUSTREWRITE.md).
The authoritative compiled .NET surface is checked in as
[`api/public-api.json`](api/public-api.json); [`api/README.md`](api/README.md)
documents deterministic regeneration and the external types that must be
mapped to native Rust equivalents.
```sh
cargo build --workspace
cargo test --workspace --no-run