Improve doc blurb a bit

This commit is contained in:
Felix Krull 2019-05-25 01:31:43 +02:00 committed by Colin Walters
parent 1f20721664
commit 8fc327296e

View File

@ -1,7 +1,7 @@
//! # Rust bindings for [libostree](https://ostree.readthedocs.io) //! # Rust bindings for **libostree**
//! //!
//! libostree is both a shared library and suite of command line tools that combines //! [libostree](https://ostree.readthedocs.io) is both a shared library and suite of command line
//! a "git-like" model for committing and downloading bootable filesystem trees, //! tools that combines a "git-like" model for committing and downloading bootable filesystem trees,
//! along with a layer for deploying them and managing the bootloader configuration. //! along with a layer for deploying them and managing the bootloader configuration.
#![doc(html_root_url = "https://fkrull.gitlab.io/ostree-rs")] #![doc(html_root_url = "https://fkrull.gitlab.io/ostree-rs")]