Skip to content

Commit 9a4c196

Browse files
committed
deploy: b7123c5
1 parent d0f2013 commit 9a4c196

File tree

147 files changed

+44313
-0
lines changed

Some content is hidden

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

147 files changed

+44313
-0
lines changed

master/book/.nojekyll

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
This file makes sure that Github Pages doesn't process mdBook's output.

master/book/404.html

+188
Large diffs are not rendered by default.

master/book/FontAwesome/css/font-awesome.css

+4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
162 KB
Binary file not shown.
Binary file not shown.

master/book/FontAwesome/fonts/fontawesome-webfont.svg

+2,671
Loading
Binary file not shown.
Binary file not shown.
Binary file not shown.

master/book/advanced/advanced_storage.html

+328
Large diffs are not rendered by default.

master/book/advanced/advanced_types.html

+224
Large diffs are not rendered by default.

master/book/advanced/assembly.html

+251
Large diffs are not rendered by default.

master/book/advanced/associated_types.html

+248
Large diffs are not rendered by default.

master/book/advanced/generic_types.html

+293
Large diffs are not rendered by default.

master/book/advanced/generics_and_trait_constraints.html

+266
Large diffs are not rendered by default.

master/book/advanced/index.html

+209
Large diffs are not rendered by default.

master/book/advanced/never_type.html

+233
Large diffs are not rendered by default.

master/book/advanced/traits.html

+413
Large diffs are not rendered by default.

master/book/ayu-highlight.css

+78
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,78 @@
1+
/*
2+
Based off of the Ayu theme
3+
Original by Dempfi (https://github.com/dempfi/ayu)
4+
*/
5+
6+
.hljs {
7+
display: block;
8+
overflow-x: auto;
9+
background: #191f26;
10+
color: #e6e1cf;
11+
}
12+
13+
.hljs-comment,
14+
.hljs-quote {
15+
color: #5c6773;
16+
font-style: italic;
17+
}
18+
19+
.hljs-variable,
20+
.hljs-template-variable,
21+
.hljs-attribute,
22+
.hljs-attr,
23+
.hljs-regexp,
24+
.hljs-link,
25+
.hljs-selector-id,
26+
.hljs-selector-class {
27+
color: #ff7733;
28+
}
29+
30+
.hljs-number,
31+
.hljs-meta,
32+
.hljs-builtin-name,
33+
.hljs-literal,
34+
.hljs-type,
35+
.hljs-params {
36+
color: #ffee99;
37+
}
38+
39+
.hljs-string,
40+
.hljs-bullet {
41+
color: #b8cc52;
42+
}
43+
44+
.hljs-title,
45+
.hljs-built_in,
46+
.hljs-section {
47+
color: #ffb454;
48+
}
49+
50+
.hljs-keyword,
51+
.hljs-selector-tag,
52+
.hljs-symbol {
53+
color: #ff7733;
54+
}
55+
56+
.hljs-name {
57+
color: #36a3d9;
58+
}
59+
60+
.hljs-tag {
61+
color: #00568d;
62+
}
63+
64+
.hljs-emphasis {
65+
font-style: italic;
66+
}
67+
68+
.hljs-strong {
69+
font-weight: bold;
70+
}
71+
72+
.hljs-addition {
73+
color: #91b362;
74+
}
75+
76+
.hljs-deletion {
77+
color: #d96c75;
78+
}

master/book/basics/blockchain_types.html

+276
Large diffs are not rendered by default.

master/book/basics/built_in_types.html

+368
Large diffs are not rendered by default.

master/book/basics/comments_and_logging.html

+276
Large diffs are not rendered by default.

master/book/basics/commonly_used_library_types.html

+283
Large diffs are not rendered by default.

master/book/basics/constants.html

+301
Large diffs are not rendered by default.

master/book/basics/control_flow.html

+354
Large diffs are not rendered by default.

master/book/basics/converting_types.html

+381
Large diffs are not rendered by default.

master/book/basics/functions.html

+258
Large diffs are not rendered by default.

master/book/basics/index.html

+212
Large diffs are not rendered by default.

master/book/basics/methods_and_associated_functions.html

+264
Large diffs are not rendered by default.

master/book/basics/structs_tuples_and_enums.html

+475
Large diffs are not rendered by default.

master/book/basics/variables.html

+244
Large diffs are not rendered by default.

master/book/blockchain-development/access_control.html

+289
Large diffs are not rendered by default.

master/book/blockchain-development/calling_contracts.html

+405
Large diffs are not rendered by default.

master/book/blockchain-development/external_code.html

+283
Large diffs are not rendered by default.

master/book/blockchain-development/hashing_and_cryptography.html

+554
Large diffs are not rendered by default.

master/book/blockchain-development/identifiers.html

+204
Large diffs are not rendered by default.

master/book/blockchain-development/index.html

+210
Large diffs are not rendered by default.

master/book/blockchain-development/native_assets.html

+659
Large diffs are not rendered by default.

master/book/blockchain-development/purity.html

+239
Large diffs are not rendered by default.

master/book/blockchain-development/storage.html

+828
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)