Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 799 Bytes

README.md

File metadata and controls

23 lines (20 loc) · 799 Bytes

tame

some utility library for D

Modules

Module Description
tame.container Variable size containers
tame.fixed Fixed-size containers
tame.io (WIP) File IO
tame.hash Hash algorithms
tame.lockfree Lock-free data structures
tame.logger A simple logger
tame.net Network IO
tame.text Text operations
tame.unsafe Unsafe data structures & operations

TODO

  • tame.data.json
  • tame.numeric.bigint
  • tame.numeric.complex
  • RollingFileLogger
  • MultiLogger