Skip to content

Comments

Support renaming#48

Open
Pr0methean wants to merge 3 commits intotokio-rs:mainfrom
Pr0methean:patch-1
Open

Support renaming#48
Pr0methean wants to merge 3 commits intotokio-rs:mainfrom
Pr0methean:patch-1

Conversation

@Pr0methean
Copy link

Fixes #47.

Pr0methean and others added 3 commits December 6, 2025 03:08
Name is now wrapped in a `Cow<'static, str>` so it can be set at runtime using function parameters. This means it can no longer implement `Copy`.
@Pr0methean
Copy link
Author

If this turns out to have too much overhead cost, we can instead generify Location according to whether the name is a &'static str or a String.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Names for closures

1 participant