Skip to content

Releases: Uliboooo/easy_storage

v.0.3.2

15 Aug 14:12

Choose a tag to compare

  • fix bug: save_by_extension() ignores new_create and always sets it to true

Full Changelog: 0.3.1...0.3.2

v.0.3.1

15 Aug 13:57

Choose a tag to compare

  • impl<P: AsRef<std::path::Path>> Storeable<P> for User {} -> impl Storeable for User {}

Full Changelog: 0.2.0...0.3.1

v.0.2.0

15 Aug 13:08

Choose a tag to compare

add

  • save_by_extension(&self, path: P, new_create: bool) -> Result<(), Error> - save to file by extension of path
  • load_by_extension(path: P) -> Result<Self, Error> - load to file by extension of path

changes: 1da17cf