cachedir 0.1.0

A library that helps with cache directories creation in a system-agnostic way. **Note**: even though the crate is at version `0.1`, it should be stable and its API is not expected to change soon.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name          = "cachedir"
version       = "0.1.0"
authors       = ["Lilian A. Moraru <lilian.moraru90@gmail.com>"]
license       = "MIT/Apache-2.0"
readme        = "README.md"
homepage      = "https://github.com/lilianmoraru/cachedir"
repository    = "https://github.com/lilianmoraru/cachedir"
documentation = "https://docs.rs/cachedir"
categories    = ["cache", "filesystem"]

description   = """
A library that helps with cache directories creation in a system-agnostic way.

**Note**: even though the crate is at version `0.1`, it should be stable and its API is not expected to change soon.
"""