We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04809ad commit 28f33faCopy full SHA for 28f33fa
src/lib.rs
@@ -14,8 +14,9 @@
14
//! type, allow querying the filesystem for all files that match a particular
15
//! pattern - just like the libc `glob` function (for an example see the `glob`
16
//! documentation). The methods on the `Pattern` type provide functionality
17
-//! for checking if individual paths match a particular pattern - in a similar
18
-//! manner to the libc `fnmatch` function
+//! for checking if individual paths match a particular pattern, in a similar
+//! manner to the libc `fnmatch` function.
19
+//!
20
//! For consistency across platforms, and for Windows support, this module
21
//! is implemented entirely in Rust rather than deferring to the libc
22
//! `glob`/`fnmatch` functions.
0 commit comments