This directory contains the committed source payload for the Pluto abbreviated
series module.
-
```bash
sha256sum archive/src/pluto/raw/pluto_tables.csv
wc -c archive/src/pluto/raw/pluto_tables.csv
```
Compare those values with `../manifest.toml`.
Replace the CSV only together with an update to `../manifest.toml`, then run:
```bash
cd archive
cargo run -p archive-validate -- MANIFEST.toml
cargo check --features pluto
```