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 16e7a73 commit 626d588Copy full SHA for 626d588
crates/core/src/lib.rs
@@ -115,6 +115,7 @@ pub(crate) mod progress;
115
/// Structs which are saved in JSON or binary format in the repository
116
pub mod repofile;
117
pub(crate) mod repository;
118
+/// Utils for using unix paths
119
pub mod util;
120
/// Virtual File System support - allows to act on the repository like on a file system
121
pub mod vfs;
crates/core/src/util.rs
@@ -1,4 +1,4 @@
1
-/// Utilities for handling paths on rustic_core
+/// Utilities for handling paths on ``rustic_core``
2
use globset::GlobMatcher;
3
use serde::{Serialize, Serializer};
4
use typed_path::{UnixPath, UnixPathBuf};
0 commit comments