diff options
Diffstat (limited to 'serde_v8')
-rw-r--r-- | serde_v8/README.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/serde_v8/README.md b/serde_v8/README.md index 207f8baf4..2a9169681 100644 --- a/serde_v8/README.md +++ b/serde_v8/README.md @@ -48,10 +48,10 @@ when encoding/decoding. - [ ] Experiment with KeyCache to optimize struct keys - [ ] Experiment with external v8 strings - [ ] Explore using - [json-stringifier.cc](https://chromium.googlesource.com/v8/v8/+/refs/heads/master/src/json/json-stringifier.cc)'s - fast-paths for arrays + [json-stringifier.cc](https://chromium.googlesource.com/v8/v8/+/refs/heads/master/src/json/json-stringifier.cc)'s + fast-paths for arrays - [ ] Improve tests to test parity with `serde_json` (should be mostly - interchangeable) + interchangeable) - [ ] Consider a `Payload` type that's deserializable by itself (holds scope & - value) + value) - [ ] Ensure we return errors instead of panicking on `.unwrap()`s |