Add documentation for essentials

This commit is contained in:
9seconds
2021-12-01 14:56:39 +03:00
parent e7416bc04d
commit ef55fbba15
2 changed files with 18 additions and 1 deletions
+6
View File
@@ -0,0 +1,6 @@
// This is a minimal package that contains _essentials_ of mtglib and its
// complimentary packages. This is mostly required to comply some interfaces
// between mtglib and its internals to avoid circular dependencies.
//
// This package should contain only bare minimum and mostly technical.
package essentials