Skip to content

Collect essential utilities for file operating (Rust-lang now supported, other platform not yet).

Notifications You must be signed in to change notification settings

alexzhang-dev/pick-file

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pick-File

Collect essential utilities for file operating.

Glob Pattern(not release yet)

Usage

fn main() {
    let glob = Glob::new("src/**/*.rs");
    glob.pick(); // returns Vec<PathBuf>
}

is-glob

Doc

About

Collect essential utilities for file operating (Rust-lang now supported, other platform not yet).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published