Skip to content

An binary-compatible EASTL implementation written in Rust

License

Notifications You must be signed in to change notification settings

MrElectrify/EASTL-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

An binary-compatible EASTL implementation written in Rust

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages