Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Ockajak committed Dec 2, 2024
1 parent f12a267 commit 1fc31bd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@
[![License](https://img.shields.io/github/license/martin-ockajak/cantrip?label=License&color=teal)](https://github.com/martin-ockajak/cantrip/blob/main/LICENSE)
[![Build](https://github.com/martin-ockajak/cantrip/actions/workflows/build.yml/badge.svg)](https://github.com/martin-ockajak/cantrip/actions/workflows/build.yml)

Practical extension methods for Rust standard library collections.
A Swiss Army knife for for Rust standard library collections.

Enables direct functional-style collection manipulation without the usual iterator boilerplate.
Enable direct functional-style collection manipulation without the usual
iterator boilerplate and provides various utility operations.


## Overview
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#![deny(warnings)]
#![allow(unused_crate_dependencies)]
//! A swiss Army knife for for Rust standard library collections.
//! A Swiss Army knife for for Rust standard library collections.
//!
//! Enable direct functional-style collection manipulation without the usual
//! iterator boilerplate and provides various utility operations.
Expand Down

0 comments on commit 1fc31bd

Please sign in to comment.