This is a continuation of https://github.com/bazelbuild/rules_rust/pull/2033#discussion_r1246859424 illicitonion: > I'm imagining this taking the form roughly of a new attribute on `rust_*_library` along the lines of: > > ``` > extra_per_package_code = { > "my.proto.package": "path/to:extra.rs", > } > ``` > > or something like that? But very open to ideas!