50 releases

new 0.16.4 Jan 29, 2025
0.15.0 Aug 20, 2024
0.14.0 Apr 13, 2024
0.13.0 Mar 11, 2024
0.5.2 Oct 3, 2022

#807 in Data structures

Download history 3/week @ 2024-10-09 3/week @ 2024-10-16 15/week @ 2024-10-23 15/week @ 2024-10-30 5/week @ 2024-11-06 53/week @ 2024-12-04 85/week @ 2024-12-11 2/week @ 2024-12-25 157/week @ 2025-01-22

157 downloads per month

MIT license

245KB
5.5K SLoC

EASTL-rs

A binary-compatible EASTL implementation written in Rust

Crate | Documentation

Fully implemented containers*

  • HashMap
  • HashSet
  • String
  • Vector
  • Deque
  • Queue
  • VectorMap
  • FixedVector (only with overflow enabled)
  • List
  • there might be some things missing :)

Partially implemented containers

  • Map (traversal only)
  • Set (traversal only)
  • FixedList (not fully conformant on stable, only with overflow enabled)
  • FixedMap (only non-conformant version implemented)

Planned containers

  • HashMultimap
  • HashMultiset
  • Map
  • Multimap
  • Set
  • Multiset

Dependencies

~610KB
~11K SLoC