https://github.com/bbqsrc/collections
https://github.com/bbqsrc/collections
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bbqsrc/collections
- Owner: bbqsrc
- License: apache-2.0
- Created: 2022-10-03T10:13:00.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-04T14:35:31.000Z (over 3 years ago)
- Last Synced: 2024-10-30T04:11:00.246Z (over 1 year ago)
- Language: Rust
- Size: 11.7 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# collections2
> Because `collections` is a reserved name on crates.io ✨
A crate for generic collections, such as `Map`, `Set`, and `List`, including mutable variants. Includes an `Iterable` and `IterableMut` trait for generic iterators.
Supports `no_std`, just add `default-features = false` to your cargo dependency. Supports opt-in alloc with the `alloc` feature.
Requires Rust 1.65+ due to usage of generic associated types (GATs).
## License
This project is licensed under either of
* Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or )
* MIT license ([LICENSE-MIT](LICENSE-MIT) or )
at your option.