label icon indicating copy to clipboard operation
label copied to clipboard

Results 5 label issues
Sort by recently updated
recently updated
newest added

Can this support the async func? for example use label::create_label; create_label!(async fn test() -> ()); #[test::label] async fn my_fn() { println!("Test!"); } fn main() { println!("calling all 'test' label"); //...

According to the README for [ctor](https://github.com/mmastrac/rust-ctor): > Rust's philosophy is that nothing happens before or after main and this library explicitly subverts that. The code that runs in the ctor...

support the creation of multiple aliases of `__label` inside the label module