docs: add docstring for jj-lib crate

This commit is contained in:
Waleed Khan 2023-07-09 20:27:39 +03:00
parent 80b86e653d
commit 24c7b59a80

View file

@ -13,6 +13,8 @@
// limitations under the License. // limitations under the License.
#![deny(unused_must_use)] #![deny(unused_must_use)]
//! Jujutsu version control system.
#[macro_use] #[macro_use]
mod content_hash; mod content_hash;