#stl #eastl

eastl-rs

EASTL binary-compatible Rust implementations

28 releases (9 breaking)

0.10.0 Sep 18, 2023
0.8.3 Sep 2, 2023
0.8.1 Jul 15, 2023
0.6.0 Mar 10, 2023
0.5.2 Oct 3, 2022

#131 in Memory management

Download history 8/week @ 2023-06-06 64/week @ 2023-06-13 41/week @ 2023-06-20 26/week @ 2023-06-27 13/week @ 2023-07-04 56/week @ 2023-07-11 42/week @ 2023-07-18 14/week @ 2023-07-25 2/week @ 2023-08-01 25/week @ 2023-08-08 23/week @ 2023-08-15 42/week @ 2023-08-22 78/week @ 2023-08-29 37/week @ 2023-09-05 70/week @ 2023-09-12 20/week @ 2023-09-19

228 downloads per month

Custom license

190KB
4.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
  • List
  • there might be some things missing :)

Partially implemented containers

  • Map (traversal only)
  • Set (traversal only)

Planned containers

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

Dependencies

~110KB