Skip to content

Commit d4bcfaf

Browse files
committed
Automated report
1 parent bcfc79b commit d4bcfaf

348 files changed

Lines changed: 57169 additions & 7817 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/build.yml

Lines changed: 0 additions & 55 deletions
This file was deleted.

.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

404.html

Lines changed: 243 additions & 0 deletions
Large diffs are not rendered by default.

algebraic-enums.html

Lines changed: 324 additions & 0 deletions
Large diffs are not rendered by default.

aliases.html

Lines changed: 266 additions & 0 deletions
Large diffs are not rendered by default.

ayu-highlight.css

Lines changed: 102 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,102 @@
1+
/* Tomorrow Night Theme */
2+
/* https://github.com/jmblog/color-themes-for-highlightjs */
3+
/* Original theme - https://github.com/chriskempson/tomorrow-theme */
4+
/* https://github.com/jmblog/color-themes-for-highlightjs */
5+
6+
.hljs-comment {
7+
color: #888;
8+
}
9+
10+
.hljs-variable,
11+
.hljs-attribute,
12+
.hljs-attr,
13+
.hljs-tag,
14+
.hljs-regexp,
15+
.ruby .hljs-constant,
16+
.xml .hljs-tag .hljs-title,
17+
.xml .hljs-pi,
18+
.xml .hljs-doctype,
19+
.html .hljs-doctype,
20+
.css .hljs-id,
21+
.css .hljs-class,
22+
.css .hljs-pseudo {
23+
color: #c5c8c6;
24+
}
25+
26+
.hljs-number,
27+
.hljs-preprocessor,
28+
.hljs-pragma,
29+
.hljs-built_in,
30+
.hljs-literal,
31+
.hljs-params,
32+
.hljs-constant {
33+
color: #c5c8c6;
34+
}
35+
36+
.ruby .hljs-class .hljs-title,
37+
.css .hljs-rule .hljs-attribute {
38+
color: #c5c8c6;
39+
}
40+
41+
.hljs-string,
42+
.hljs-value,
43+
.hljs-inheritance,
44+
.hljs-header,
45+
.ruby .hljs-symbol,
46+
.xml .hljs-cdata {
47+
color: #c5c8c6;
48+
}
49+
50+
.hljs-name {
51+
color: #c5c8c6;
52+
}
53+
54+
.hljs-title,
55+
.hljs-section,
56+
.css .hljs-hexcolor {
57+
color: #c5c8c6;
58+
}
59+
60+
.hljs-function,
61+
.python .hljs-decorator,
62+
.python .hljs-title,
63+
.ruby .hljs-function .hljs-title,
64+
.ruby .hljs-title .hljs-keyword,
65+
.perl .hljs-sub,
66+
.javascript .hljs-title,
67+
.coffeescript .hljs-title {
68+
color: #c5c8c6;
69+
}
70+
71+
.hljs-keyword,
72+
.javascript .hljs-function {
73+
color: #c5c8c6;
74+
}
75+
76+
.hljs {
77+
display: block;
78+
overflow-x: auto;
79+
color: #c5c8c6;
80+
}
81+
82+
pre > .hljs {
83+
background: #373737;
84+
}
85+
86+
.coffeescript .javascript,
87+
.javascript .xml,
88+
.tex .hljs-formula,
89+
.xml .javascript,
90+
.xml .vbscript,
91+
.xml .css,
92+
.xml .hljs-cdata {
93+
opacity: 0.5;
94+
}
95+
96+
.hljs-addition {
97+
color: #718c00;
98+
}
99+
100+
.hljs-deletion {
101+
color: #c82829;
102+
}
File renamed without changes.

bin/mdbook

12.3 MB
Binary file not shown.

0 commit comments

Comments
 (0)