rust_store 0.2.5

A quick and easy cache database for you to use!
Documentation
1
2
3
pub fn path_second(path: String, location: String) -> String {
    location + &path.replace('`', "/")
}