You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
dcore
2
2
=====
3
-
A low level general-purpose library for [D language](https://dlang.org). Partial successor of [dlib 1.x](https://github.com/gecko0307/dlib) and a future base for dlib 2.0.
3
+
Low level general-purpose library for [D language](https://dlang.org). Partial successor of [dlib 1.x](https://github.com/gecko0307/dlib) and a future base for dlib 2.0.
4
4
5
5
*`betterC` compliant
6
6
* Independent from Phobos for core functionality. Uses only `betterC` parts of Phobos, like `std.traits` and system APIs
*[ ]`dcore.container` - `betterC` containers and data structures
26
+
27
+
License
28
+
-------
29
+
Copyright (c) 2025 Timur Gafarov. Distributed under the Boost Software License, Version 1.0 (see accompanying file COPYING or at https://www.boost.org/LICENSE_1_0.txt).
0 commit comments