-
Notifications
You must be signed in to change notification settings - Fork 20
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
Consider other Value primitive variants #4
Comments
I would find special-casing Another (more general) idea is to do something akin to |
|
I believe floats are already supported. valuable/valuable/src/value.rs Lines 137 to 157 in acd1a7e
|
whoops, it looks like i can't read! never mind! |
I don't think this needs to be a blocker for 0.1; we can always add new primitives in backwards-compatible changes. |
There are most likely other primitive types that should be passed around explicitly.
Ideas include:
&[u8]
Duration
Instant
SystemTime
SocketAddr
Bytes
?&dyn Display
(Add a Display variant to Value. #85)&dyn Debug
The text was updated successfully, but these errors were encountered: