pub fn package_to_filename(package: &str) -> StringExpand description
Convert a proto package name to its file_per_package output filename.
e.g., "google.protobuf" → "google.protobuf.rs". The unnamed
package uses SENTINEL_MOD — same
collision-avoidance as package_to_mod_filename.