microprofile-rust icon indicating copy to clipboard operation
microprofile-rust copied to clipboard

dump_file might prefer to take std::path::* values

Open MaulingMonkey opened this issue 5 years ago • 0 comments

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

MaulingMonkey avatar Jan 09 '20 08:01 MaulingMonkey