dlib ~dlib2

D language utility library


To use this package, run the following command in your project's root directory:

Manual usage
Put the following dependency into your project's dependences section:

dlib2

This is the development branch of dlib 2.0, the successor of dlib, a general-purpose library for D language. Currently it is not usable, you are recommended to use dlib 1.x instead.

Project goals

  • betterC and @nogc compliancy at different API layers
  • Independence from Phobos for core functionality
  • Become a minimal standard library: include standard I/O, math, data manipulation, etc
  • Extensive unit testing.

Architecture

dlib 2.0 will consist of several API layers:

  1. dcore - betterC-compliant low-level procedural API, a minimal standard library replacement. Completely standalone. Possible support for bare metal/WebAssembly/ARM.
  2. dlib2 - @nogc object-oriented API with high-level features. Serves as an abstract interface for system APIs. Will support at least Unix and Windows.
  3. dlib - classic dlib 0.x/1.x API. As much functionality as possible will go to dcore and dlib2, this API will be only for backwards compatibility.
  4. dlib3 - a home for experimental/optional features.

Platform support

dlib 2.0 will support at least Unix and Windows, x86 and x86_64. There is possibility of ARM and WebAssembly support for dcore.

Progress

  • [ ] dcore.container
  • [ ] dcore.math
  • [x] dcore.memory
  • [ ] dcore.stdio
  • [ ] dcore.text
Authors:
  • Timur Gafarov
  • Martin Cejp
  • Andrey Penechko
  • Vadim Lopatin
  • Nick Papanastasiou
  • Oleg Baharev
  • Roman Chistokhodov
  • Eugene Wissner
  • Roman Vlasov
  • Basile Burg
  • Valeriy Fedotov
  • Ferhat Kurtulmuş
Dependencies:
none
Versions:
1.3.0 2024-Feb-21
1.3.0-beta1 2024-Feb-14
1.2.1 2023-Aug-30
1.2.0 2023-Apr-30
1.2.0-beta1 2023-Apr-19
Show all 81 versions
Download Stats:
  • 8 downloads today

  • 837 downloads this week

  • 8792 downloads this month

  • 76583 downloads total

Score:
5.0
Short URL:
dlib.dub.pm