cacache-rs/src
Kat Marchán 743476b274
feat(api): rewrite entire API to be like std::fs (#21)
Fixes: #13

BREAKING CHANGE: The entire API surface has been rewritten and overhauled. Instead of breaking up the package into get/put/rm/ls modules, everything is now available mostly through the toplevel module, following the same conventions as std:fs for its operations. Associated structs and other types have also been renamed. Please refer to the documentation for the new API, and I hope you find it more ergonomic!
2019-10-23 21:17:57 -07:00
..
content feat(errors): improved errors messaging and context (#20) 2019-10-20 23:47:56 -04:00
errors.rs feat(errors): improved errors messaging and context (#20) 2019-10-20 23:47:56 -04:00
get.rs feat(api): rewrite entire API to be like std::fs (#21) 2019-10-23 21:17:57 -07:00
index.rs feat(api): rewrite entire API to be like std::fs (#21) 2019-10-23 21:17:57 -07:00
lib.rs feat(api): rewrite entire API to be like std::fs (#21) 2019-10-23 21:17:57 -07:00
ls.rs feat(api): rewrite entire API to be like std::fs (#21) 2019-10-23 21:17:57 -07:00
put.rs feat(api): rewrite entire API to be like std::fs (#21) 2019-10-23 21:17:57 -07:00
rm.rs feat(api): rewrite entire API to be like std::fs (#21) 2019-10-23 21:17:57 -07:00