Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Ockajak committed Jul 29, 2024
1 parent 1e8f463 commit 33a3f49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ Enables direct functional-style collection manipulation without the usual iterat

- Equivalents of standard iterator methods are added to standard library collections
- Additional utility methods commonly found in collection libraries are also included
- Methods which modify a collection return a new collection instance instead of an iterator
- All methods treat collection instances as immutable although some may consume them
- Methods which modify a collection return a new collection instead of an iterator
- Performance is near optimal and overhead is limited to new collection creation


Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
//!
//! - Equivalents of standard iterator methods are added to standard library collections
//! - Additional utility methods commonly found in collection libraries are also included
//! - Methods which modify a collection return a new collection instance instead of an iterator
//! - All methods treat collection instances as immutable although some may consume them
//! - Methods which modify a collection return a new collection instead of an iterator
//! - Performance is near optimal and overhead is limited to new collection creation
//!
//!
Expand Down

0 comments on commit 33a3f49

Please sign in to comment.