Skip to content

Commit

Permalink
docs: add banner to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
baszalmstra committed Aug 8, 2024
1 parent 01be6ae commit d011284
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions crates/rattler/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
//! Rattler is an experimental library and executable to work with [Conda](http://conda.io)
//! [![Rattler banner](https://github.com/conda-incubator/rattler/assets/4995967/7bb44c97-e77a-452f-9a00-431b7c89e136)](https://github.com/conda-incubator/rattler)
//!
//! Rattler is a library and executable to work with [Conda](http://conda.io)
//! environments. Conda is a cross-platform open-source package management
//! system and environment management system.
//!
Expand All @@ -16,8 +18,7 @@ use std::path::PathBuf;
#[cfg(feature = "cli-tools")]
pub mod cli;
pub mod install;
pub use rattler_cache::package_cache;
pub use rattler_cache::validation;
pub use rattler_cache::{package_cache, validation};

/// A helper function that returns a [`Channel`] instance that points to an
/// empty channel on disk that is bundled with this repository.
Expand Down

0 comments on commit d011284

Please sign in to comment.