Skip to content

Break TorClientConfig out of ArtiConfig and warn on unknown config keys

Ian Jackson requested to merge Diziet/arti:config-split into main

Fixes #417 (closed).

Addresses tickbox 3 from #457 (closed).

I think this ought to fix #459 (closed) since that was due to a bad interaction between #[serde(flatten)] and config-rs.

Merge request reports