Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement From<...> for Arc #49

Merged
merged 9 commits into from
Jul 19, 2022
Merged

Conversation

WaffleLapkin
Copy link
Contributor

This implements most of the #12.

Missing impls:

  • From<&CStr>, From<CString>, From<&OsStr>, From<OsString>, From<&Path>, From<PathBuf> (all these types are quite opaque, so I'm not sure how to work with them)
  • From<Arc<W>> for {Raw,}Waker (Wake trait uses std::sync::Arc so there is no reason to implement these impls)

Copy link
Owner

@Manishearth Manishearth left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is great! sorry about the delay in reviewing

@Manishearth Manishearth merged commit 95b152c into Manishearth:master Jul 19, 2022
@TennyZhuang
Copy link

TennyZhuang commented Sep 6, 2022

There are many useful new APIs, can you release a new patch version for them? Thanks! @Manishearth

@Manishearth
Copy link
Owner

#51

@WaffleLapkin WaffleLapkin deleted the convert branch September 6, 2022 23:00
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.

3 participants