43 releases (13 breaking)

new 0.14.0 Apr 13, 2024
0.13.0 Mar 11, 2024
0.10.2 Dec 14, 2023
0.10.1 Nov 16, 2023
0.5.2 Oct 3, 2022

#96 in Memory management

Download history 12/week @ 2024-02-16 8/week @ 2024-02-23 360/week @ 2024-03-01 869/week @ 2024-03-08 76/week @ 2024-03-15 2/week @ 2024-03-22 39/week @ 2024-03-29 256/week @ 2024-04-05

398 downloads per month

Custom 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

~550KB