jj/lib
Ilya Grigoriev 1247aaf7f0 lib str_utils: make debug output for Glob StringPatterns more concise
For example, we'll have `Glob(GlobPattern("ig/*"))` instead of the
former

```
Glob(Pattern { original: "ig/*", tokens: [ Char( 'i', ), Char( 'g', ), Char( '/', ), AnySequence, ], is_recursive: false,
})
```
2025-03-18 06:02:05 +00:00
..
benches style: add semicolon at the end of expressions used as statements 2024-10-04 22:29:13 +02:00
gen-protos lib: rename the LocalBackend to SimpleBackend 2025-03-17 17:17:11 +00:00
proc-macros cleanup: enable unused_trait_names clippy lint and run clippy --fix 2025-03-16 00:35:56 +00:00
src lib str_utils: make debug output for Glob StringPatterns more concise 2025-03-18 06:02:05 +00:00
tests ci: make sure tests fail in CI if gpg or taplo binaries are not found 2025-03-18 02:18:08 +00:00
testutils ci: make sure tests fail in CI if gpg or taplo binaries are not found 2025-03-18 02:18:08 +00:00
Cargo.toml git: make git2 support optional 2025-03-16 06:07:28 +00:00
LICENSE cargo: add LICENSE file to each crate we publish 2023-09-22 21:48:28 -07:00