indexmap-nostd
A no_std compatible implementation of the indexmap crate
0.4.0
9.7M downloads/mo
#3166 most downloaded on crates.io
robbepop/indexmap-nostd
What this package is like to depend on
Last release 4 years ago
no release in 18 months
Too new to tell
only 1 release windows
Nearly every release is documented
notes for 4 of 4 stable releases
Nothing withdrawn
no release was ever pulled
4 years old
4 releases · first in 2022
0 releases in the last 12 months
see the full history below
Release timeline
4 releases · Aug 2022 to Aug 2022
2023
2024
2025
2026
Releases
latest 4-
0.4.025 Aug 2022Release notes
Open source →Added
- Added
IndexMap::get_key_valuemethod. - Added
IndexMap::get_fullmethod. - Added
IndexMap::get_index_ofmethod. - Added
IndexMap::{get_index, get_index_mut}methods. - Added
IndexMap::insert_fullmethod. - Added
IndexSet::get_fullmethod. - Added
IndexSet::get_index_ofmethod. - Added
IndexSet::get_indexmethod. - Added
IndexSet::insert_fullmethod. - Added
Index<usize>andIndexMut<usize>impls toIndexMap. - Added
Index<usize>impl toIndexSet.
- Added
-
0.3.025 Aug 2022Release notes
Open source →Added
- Support for
serde(de)serialization using theserdecrate feature.- This also includes sequence based (de)serialization as is also supported
in the original
indexmapcrate viaserde_seqsubmodule.
- This also includes sequence based (de)serialization as is also supported
in the original
- Support for
-
0.2.025 Aug 2022Release notes
Open source →Added
Index{Map,Set}::with_capacityconstructor API.Index{Map,Set}::reserveAPI.
-
0.1.024 Aug 2022