[go: up one dir, main page]

fs_extra 0.3.1

Expanding opportunities standard library std::fs and std::io. Recursively copy folders with recept information about process and much more.
Documentation
[package]
name = "fs_extra"
version = "0.3.1"
description = "Expanding opportunities standard library std::fs and std::io. Recursively copy folders with recept information about process and much more." 
license = "MIT"
authors = ["Denis Kurilenko <webdesus@gmail.com>"]
keywords = ["filesystem", "recursion", "copy", "dir", "file"]
homepage = "https://github.com/webdesus/fs_extra"
documentation = "https://docs.rs/fs_extra"
repository = "https://github.com/webdesus/fs_extra"
include = [
    "**/*.rs",
    "Cargo.toml",
    "LICENSE",
    "README.md",
    "CHANGELOG.md",
]

[dependencies]