rust/hg-core/src/utils.rs
changeset 42751 4b3b27d567d5
parent 42748 7cae6bc29ff9
child 42799 5399532510ae
--- 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 <rgomes@octobus.net>
+//
+// 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;