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

Support more std types #1

Closed
9 of 15 tasks
davidpdrsn opened this issue Dec 5, 2022 · 0 comments
Closed
9 of 15 tasks

Support more std types #1

davidpdrsn opened this issue Dec 5, 2022 · 0 comments

Comments

@davidpdrsn
Copy link
Member

davidpdrsn commented Dec 5, 2022

These are the types from std that bevy_reflect supports that we don't. Not sure we have to support all of them but at least worth considering.

  • Cow<'static, str>
  • Duration
  • BTreeSet<T>
  • Instant
  • NonZero*
  • OsString
  • PathBuf
  • Range<T>
  • RangeFrom
  • RangeFull
  • RangeInclusive<T>
  • RangeTo<T>
  • RangeToInclusive<T>
  • Result<T, E>
  • [T; N] - this'll require a new Array trait since List supports pushing elements which [T; N] doesn't.
@davidpdrsn davidpdrsn closed this as not planned Won't fix, can't repro, duplicate, stale Mar 6, 2023
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

No branches or pull requests

1 participant