Skip to content

Commit

Permalink
chore: add more comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Firgrep committed Nov 29, 2024
1 parent d0c4689 commit 1810fca
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ use std::{
fs::{self, create_dir_all, File}, io::{self, Write}, ops::Range, path::Path
};

/// Utility functions for working with BibTeX files.
pub struct BiblatexUtils;

/// Utility functions for working with files and directories.
pub struct Utils;

#[derive(Debug)]
Expand Down

0 comments on commit 1810fca

Please sign in to comment.