Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alecmocatta/recycle
Transform Box, Vec and HashMap while recycling the backing memory if possible.
https://github.com/alecmocatta/recycle
Last synced: about 1 month ago
JSON representation
Transform Box, Vec and HashMap while recycling the backing memory if possible.
- Host: GitHub
- URL: https://github.com/alecmocatta/recycle
- Owner: alecmocatta
- License: apache-2.0
- Created: 2020-07-18T10:28:35.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-07-18T10:35:57.000Z (over 4 years ago)
- Last Synced: 2024-09-13T14:14:51.107Z (2 months ago)
- Language: Rust
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE.txt
Awesome Lists containing this project
README
# recycle
[![Crates.io](https://img.shields.io/crates/v/recycle.svg?maxAge=86400)](https://crates.io/crates/recycle)
[![MIT / Apache 2.0 licensed](https://img.shields.io/crates/l/recycle.svg?maxAge=2592000)](#License)
[![Build Status](https://dev.azure.com/alecmocatta/recycle/_apis/build/status/tests?branchName=master)](https://dev.azure.com/alecmocatta/recycle/_build?definitionId=11)[📖 Docs](https://docs.rs/recycle) | [💬 Chat](https://constellation.zulipchat.com/#narrow/stream/213236-subprojects)
Map Box, Vec and HashMap while recycling the backing memory if possible.
## Example
```rust
...
```## License
Licensed under either of* Apache License, Version 2.0, ([LICENSE-APACHE.txt](LICENSE-APACHE.txt) or http://www.apache.org/licenses/LICENSE-2.0)
* MIT license ([LICENSE-MIT.txt](LICENSE-MIT.txt) or http://opensource.org/licenses/MIT)at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.