PSeitz / serde_json_borrow

Fast JSON deserialization on borrowed data
MIT License
70 stars 11 forks source link

impl Serialize for Value #6

Closed dtolnay closed 1 year ago

dtolnay commented 1 year ago

Closes #3.

PSeitz commented 1 year ago

Thanks! That's much simpler than with what I started with