mwillsey / symbol_table

A string interner
MIT License
9 stars 8 forks source link

Fixes deserialization from a file #2

Closed sgpthomas closed 2 years ago

sgpthomas commented 2 years ago

This solves issue #1. I've added two dev dependencies, serde_json, and tempfile to test for deserializing from a file. There are also some changes to the Cargo.lock file. Let me know if you want me to keep these.

mwillsey commented 2 years ago

Nice patch, thanks for figuring this out!

mwillsey commented 2 years ago

Looks like a formatting failure. Try cargo fmt.