We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2ec0f84 + d883242 commit 6e5f4c2Copy full SHA for 6e5f4c2
library/std/src/path.rs
@@ -12,6 +12,13 @@
12
//! [`PathBuf`]; note that the paths may differ syntactically by the
13
//! normalization described in the documentation for the [`components`] method.
14
//!
15
+//! ## Case sensitivity
16
+//!
17
+//! Unless otherwise indicated path methods that do not access the filesystem,
18
+//! such as [`Path::starts_with`] and [`Path::ends_with`], are case sensitive no
19
+//! matter the platform or filesystem. An exception to this is made for Windows
20
+//! drive letters.
21
22
//! ## Simple usage
23
24
//! Path manipulation includes both parsing components from slices and building
0 commit comments