#1735·rust

Document / reconsider `topics` field in track config

Author: senekorCreated Sep 13, 2023Updated Dec 14, 2023

The field has no purpose from Exercism's viewpoint. Consider deleting it or documenting its rust-track-specific purpose. Probably in the track config data structure of the rust-tooling crate, where it could be an optional field with appropriate documentation.


Why is the topics key added? It is only really there for inspiration for the practices/prerequisites fields, but it serves no purpose from Exercism's viewpoint.

Originally posted by @ErikSchierboom in https://github.com/exercism/rust/pull/1722#discussion_r1324276837