-
Notifications
You must be signed in to change notification settings - Fork 44
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
Fixtures test: serde_yaml
not implement zero copy deserializer
#31
Comments
We use |
It's for testing, if you don't implement |
hmm, yeah, I don't think it'll be an issue. Feel free to switch! |
It is not an issue, just a question. I didn't know any other way to talk with you 😄 , I close it |
haha, you can jump on #rust on mozilla matrix, but issues on github also work! |
Can I change
yaml
fortoml
because yaml not implement zero copy deserializer, while toml does implement it?I need it because I'm fixing the copy at
Snippet
toDisplayList
castThe text was updated successfully, but these errors were encountered: