Skip to content

Commit 626d588

Browse files
committed
docu for mod util
1 parent 16e7a73 commit 626d588

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
@@ -115,6 +115,7 @@ pub(crate) mod progress;
115115
/// Structs which are saved in JSON or binary format in the repository
116116
pub mod repofile;
117117
pub(crate) mod repository;
118+
/// Utils for using unix paths
118119
pub mod util;
119120
/// Virtual File System support - allows to act on the repository like on a file system
120121
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)