Skip to content

Commit

Permalink
Add main doc comment for cargo doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Gadiguibou committed Aug 17, 2020
1 parent 1e716f5 commit b7d33fc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
//! # stdrename
//! `stdrename` is a small command line utility to rename all
//! files in a folder according to a specified naming convention
//! (camelCase, snake_case, kebab-case, etc.).
//!
//! See <https://github.com/Gadiguibou/stdrename> for the full documentation.
use std::env;
use std::error::Error;
use std::ffi::OsStr;
Expand Down

0 comments on commit b7d33fc

Please sign in to comment.