diff -r 849e744b925d -r 4b3b27d567d5 rust/hg-core/src/utils.rs --- a/rust/hg-core/src/utils.rs Wed Jul 17 11:37:43 2019 +0200 +++ b/rust/hg-core/src/utils.rs Tue Jul 09 14:53:34 2019 +0200 @@ -1,3 +1,12 @@ +// utils module +// +// Copyright 2019 Raphaël Gomès +// +// This software may be used and distributed according to the terms of the +// GNU General Public License version 2 or any later version. + +//! Contains useful functions, traits, structs, etc. for use in core. + pub mod files; use std::convert::AsMut;