use-glob 0.1.0

Predictable glob helper utilities for RustUse
Documentation
  • Coverage
  • 52.94%
    9 out of 17 items documented1 out of 11 items with examples
  • Size
  • Source code size: 16.69 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 428.36 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 4s Average build duration of successful builds.
  • all releases: 4s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • Documentation
  • RustUse/use-pattern
    1 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • CloudBranch

use-glob

Practical glob pattern helpers for RustUse.

Warning: versions below 0.3.0 are experimental and may change as the workspace matures.

Example Usage

use use_glob::is_glob_pattern;

assert!(is_glob_pattern("src/**/*.rs"));

Scope

  • string-based glob detection, conversion, and matching helpers
  • normalized separator handling for predictable behavior
  • lightweight utilities for tooling and fixtures

Non-Goals

  • filesystem walking
  • gitignore engines
  • shell expansion
  • full platform-specific path semantics

License

Licensed under either of the following, at your option:

  • MIT License
  • Apache License, Version 2.0