File tree Expand file tree Collapse file tree 1 file changed +16
-13
lines changed Expand file tree Collapse file tree 1 file changed +16
-13
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ Packages/Modules with an asterisk are new.
23
23
24
24
### Proposed Package Structure
25
25
26
- This map is not final.
26
+ *** This map is not final! ***
27
27
28
28
```
29
29
core.*
@@ -38,17 +38,11 @@ platform
38
38
based
39
39
| bigint
40
40
| bitmanip
41
- | checkedint
41
+ | checkedint (core.checkedint)
42
42
| complex
43
43
| compiler
44
- | console (stdio)
45
- | datetime
46
- | date
47
- | interval
48
- | stopwatch
49
- | systime
50
- | timezone
51
- | demangle
44
+ | console (std.stdio)
45
+ | demangle (core.demangle)
52
46
| file
53
47
| int128
54
48
| math
@@ -64,12 +58,12 @@ based
64
58
| special
65
59
| numeric
66
60
| meta
67
- | optional* (typecons)
61
+ | optional* (std. typecons)
68
62
| stdint
69
63
| sumtype
70
64
| system
65
+ | time (core.time)
71
66
| traits
72
- | variant
73
67
phobos.sys
74
68
| algorithm
75
69
| comparison
@@ -79,7 +73,15 @@ phobos.sys
79
73
| setops
80
74
| sorting
81
75
| array
76
+ | checkedint
82
77
| conv
78
+ | datetime
79
+ | date
80
+ | interval
81
+ | stopwatch
82
+ | systime
83
+ | timezone
84
+ | demangle
83
85
| exception
84
86
| functional
85
87
| meta
@@ -90,6 +92,7 @@ phobos.sys
90
92
| signals
91
93
| traits
92
94
| uuid
95
+ | variant
93
96
phobos.data
94
97
| base64
95
98
| csv
@@ -110,7 +113,7 @@ phobos.crypto*
110
113
| rsa
111
114
| symmetric
112
115
phobos.io
113
- | console (stdio)
116
+ | console (std. stdio)
114
117
| stream* (iopipe)
115
118
| mmfile
116
119
| path
You can’t perform that action at this time.
0 commit comments