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 JsonSchema for more standard library types #3

Closed
17 tasks done
GREsau opened this issue Oct 22, 2019 · 0 comments
Closed
17 tasks done

Implement JsonSchema for more standard library types #3

GREsau opened this issue Oct 22, 2019 · 0 comments

Comments

@GREsau
Copy link
Owner

GREsau commented Oct 22, 2019

If Serde implements Serialize/Deserialize on it, then ideally Schemars should implement JsonSchema on it.

  • Result<T,E>
  • Duration
  • SystemTime
  • Ipaddr, Ipv4Addr, Ipv6Addr
  • SocketAddr, SocketAddrV4, SocketAddrV6
  • Path, PathBuf
  • OsStr, OsString
  • Wrapping
  • Reverse
  • AtomicBool
  • AtomicI8, AtomicU8 etc.
  • NonZeroI8, NonZeroU8 etc.
  • rc::Weak, sync::Weak
  • Bound
  • Range, RangeInclusive
  • CStr, CString
  • fmt::Arguments
@GREsau GREsau closed this as completed Oct 30, 2019
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