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 babc855 commit 22ffd2fCopy full SHA for 22ffd2f
crates/core/src/lib.rs
@@ -117,6 +117,7 @@ pub(crate) mod progress;
117
/// Structs which are saved in JSON or binary format in the repository
118
pub mod repofile;
119
pub(crate) mod repository;
120
+/// Utils for using unix paths
121
pub mod util;
122
/// Virtual File System support - allows to act on the repository like on a file system
123
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