eastl-rs

Crates.ioeastl-rs
lib.rseastl-rs
version0.14.0
sourcesrc
created_at2022-08-07 18:58:14.395461
updated_at2024-04-13 18:55:20.677539
descriptionEASTL binary-compatible Rust implementations
homepage
repositoryhttps://github.com/MrElectrify/EASTL-rs
max_upload_size
id640348
size245,716
(MrElectrify)

documentation

https://docs.rs/crate/eastl-rs

README

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
Commit count: 111

cargo fmt