microprofile-rust
microprofile-rust copied to clipboard
dump_file might prefer to take std::path::* values
https://github.com/jonasmr/microprofile-rust/blob/2746d44bbc40cbb32b9739e381590c21af025ebe/src/lib.rs#L92
https://github.com/jonasmr/microprofile-rust/blob/2746d44bbc40cbb32b9739e381590c21af025ebe/src/lib.rs#L107
Having these take html: impl AsRef<Path>
or html: impl Into<PathBuf>
would be convenient