Skip to content

Latest commit

 

History

History
50 lines (40 loc) · 590 Bytes

README.md

File metadata and controls

50 lines (40 loc) · 590 Bytes

efl::core

Basic objects and utilities for other libraries.

Dependencies: efl::config & mimalloc 2.1

The following are/will be found under Core/*.hpp:

Items marked with * may be moved to efl::sys.

Fully implemented

  • AlignedStorage
  • Array
  • ArrayRef
  • Binding
  • Casts
  • Endian
  • Fundamental
  • MimAllocator
  • Mtx
  • Option
  • OverloadSet
  • Poly
  • Preload
  • Ref
  • Str
  • Traits
  • Tuple
  • Unwrap
  • Wrapper
  • Vec

Partially implemented

  • Box <
  • Enum
  • Panic*
  • Result
  • StrRef

Unimplemented

  • Atomic*
  • Handle
  • Hash
  • RawIO
  • SmartMtx*
  • Stacktrace*
  • Target*