globreeks 0.1.1

globset, but order of patterns matters
Documentation
  • Coverage
  • 100%
    5 out of 5 items documented0 out of 4 items with examples
  • Size
  • Source code size: 6.57 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 737.5 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 20s Average build duration of successful builds.
  • all releases: 20s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • selfisekai

globreeks

it's globset but more dutch, because I made it for use in electron_tasje. it tries to be the least broken globset. sorry, reeks.

glob order matters here. out of real examples, one can set the globs to !**/node_modules/**/build/** and then node_modules/@signalapp/better-sqlite3/build/Release/better_sqlite3.node, as to make an exception from the previously forbidden pattern.

it uses the glob implementation from ripgrep's globset (by BurntSushi). yes, it's the crate that holds a similar purpose to this one. however, it also includes the least broken rust implementation of a single glob.

mirrors:

copyright 2023 lauren n. liberda, if you must. usage allowed under the terms of Unlicense.