Crates.io | imbl |
lib.rs | imbl |
version | 6.1.0 |
created_at | 2021-08-06 16:38:34.655398+00 |
updated_at | 2025-09-09 17:53:29.364229+00 |
description | Immutable collection datatypes |
homepage | https://github.com/jneem/imbl |
repository | https://github.com/jneem/imbl |
max_upload_size | |
id | 432502 |
size | 701,564 |
Blazing fast immutable collection datatypes for Rust.
This is originally a fork of the im
crate, which is unmaintained. The 1.0
release of imbl
is compatible with the
15.0.0
release of im
, but with some fixes to OrdMap
and OrdSet
.
Changes from im
include:
triomphe::Arc
for the shared pointer implementationThis crate supports rust 1.85 and later. As const generics become more useful, the minimum supported rust version will increase.
Copyright 2017--2021 Bodil Stokke
Copyright 2021 Joe Neeman
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.