Crates.io | im-rc |
lib.rs | im-rc |
version | 15.1.0 |
source | src |
created_at | 2018-08-30 15:17:29.542609 |
updated_at | 2022-04-29 14:13:05.52342 |
description | Immutable collection datatypes (the fast but not thread safe version) |
homepage | http://immutable.rs/ |
repository | https://github.com/bodil/im-rs |
max_upload_size | |
id | 82128 |
size | 780,521 |
Blazing fast immutable collection datatypes for Rust.
Comes in two versions: im
(thread safe) and
im-rc
(fast but not thread safe).
Copyright 2017 Bodil Stokke
This software is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.