ISibboI / vocabulary-learning-application

0 stars 0 forks source link

Switch from custom `secstr` to `secure-string` #72

Closed ISibboI closed 11 months ago

ISibboI commented 11 months ago

secstr does not support (de)serialisation with serde-json, hence we needed to make a custom version. On the other hand, secure-string supports serde-json by default.