Skip to content

Commit

Permalink
docu for mod util
Browse files Browse the repository at this point in the history
  • Loading branch information
aawsome committed Jan 13, 2025
1 parent 16e7a73 commit 626d588
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions crates/core/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ pub(crate) mod progress;
/// Structs which are saved in JSON or binary format in the repository
pub mod repofile;
pub(crate) mod repository;
/// Utils for using unix paths
pub mod util;
/// Virtual File System support - allows to act on the repository like on a file system
pub mod vfs;
Expand Down
2 changes: 1 addition & 1 deletion crates/core/src/util.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/// Utilities for handling paths on rustic_core
/// Utilities for handling paths on ``rustic_core``
use globset::GlobMatcher;
use serde::{Serialize, Serializer};
use typed_path::{UnixPath, UnixPathBuf};
Expand Down

0 comments on commit 626d588

Please sign in to comment.