microprofile-rust
microprofile-rust copied to clipboard
microprofile for rust
https://github.com/jonasmr/microprofile-rust/blob/2746d44bbc40cbb32b9739e381590c21af025ebe/Cargo.toml#L8-L19 To comply with the terms of the license, "[src/microprofile/distorm/COPYING](https://github.com/gdabah/distorm/blob/39de02a118f95e254550a944843ee69f721c79d9/COPYING)", should probably be added to the include list. https://github.com/jonasmr/microprofile-rust/blob/2746d44bbc40cbb32b9739e381590c21af025ebe/Cargo.toml#L7 This should perhaps be: ```toml license = "MIT AND BSD-3-Clause AND...
One of the very first scopes I tried was: ```rust scope!("I/O", format!("class {}", file.name())); ``` Suffice it to say it didn't work terribly well when evaluated exactly once: https://github.com/jonasmr/microprofile-rust/blob/2746d44bbc40cbb32b9739e381590c21af025ebe/src/lib.rs#L189-L196 Of...
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` or `html: impl Into` would be convenient