Closed FSMaxB closed 3 years ago
This was originally done in #25.
Uses IntoDeserializer and serde_test to not require serde_json for testing anymore, making it possible to use regular integration tests instead of the separate ext_tests crate workaround.
IntoDeserializer
serde_test
serde_json
ext_tests
This was originally done in #25.
Uses
IntoDeserializer
andserde_test
to not requireserde_json
for testing anymore, making it possible to use regular integration tests instead of the separateext_tests
crate workaround.