Skip to content

Commit

Permalink
Use README as top level crate docs (#623)
Browse files Browse the repository at this point in the history
  • Loading branch information
ripytide authored May 25, 2024
1 parent efeb197 commit 8b0b69c
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,12 +1,4 @@
//! An image processing library based on the
//! [image] crate.
//!
//! Note that the image crate contains some image
//! processing functions (including image resizing) in its
//! `imageops` module, so check there if you cannot find
//! a standard image processing function in this crate.
//!
//! [image]: https://github.com/image-rs/image
#![doc = include_str!("../README.md")]
#![deny(missing_docs)]
#![cfg_attr(test, feature(test))]
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
Expand Down

0 comments on commit 8b0b69c

Please sign in to comment.