Skip to content

Commit 22ffd2f

Browse files
committed
docu for mod util
1 parent babc855 commit 22ffd2f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

crates/core/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ pub(crate) mod progress;
117117
/// Structs which are saved in JSON or binary format in the repository
118118
pub mod repofile;
119119
pub(crate) mod repository;
120+
/// Utils for using unix paths
120121
pub mod util;
121122
/// Virtual File System support - allows to act on the repository like on a file system
122123
pub mod vfs;

crates/core/src/util.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/// Utilities for handling paths on rustic_core
1+
/// Utilities for handling paths on ``rustic_core``
22
use globset::GlobMatcher;
33
use serde::{Serialize, Serializer};
44
use typed_path::{UnixPath, UnixPathBuf};

0 commit comments

Comments
 (0)