50 releases

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

#825 in Data structures

Download history 53/week @ 2024-12-04 85/week @ 2024-12-11 2/week @ 2024-12-25 294/week @ 2025-01-22 260/week @ 2025-01-29 45/week @ 2025-02-05 13/week @ 2025-02-12 5/week @ 2025-02-26

85 downloads per month

MIT license

250KB
6K 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

~605KB
~11K SLoC