Skip to content

Commit

Permalink
deploy: 572871d
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiserY committed Apr 21, 2024
0 parents commit 20f6c46
Show file tree
Hide file tree
Showing 167 changed files with 69,777 additions and 0 deletions.
224 changes: 224 additions & 0 deletions 404.html

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions FontAwesome/css/font-awesome.css

Large diffs are not rendered by default.

Binary file added FontAwesome/fonts/FontAwesome.ttf
Binary file not shown.
Binary file added FontAwesome/fonts/fontawesome-webfont.eot
Binary file not shown.
2,671 changes: 2,671 additions & 0 deletions FontAwesome/fonts/fontawesome-webfont.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added FontAwesome/fonts/fontawesome-webfont.ttf
Binary file not shown.
Binary file added FontAwesome/fonts/fontawesome-webfont.woff
Binary file not shown.
Binary file added FontAwesome/fonts/fontawesome-webfont.woff2
Binary file not shown.
Binary file added Rust 程序设计语言 简体中文版.pdf
Binary file not shown.
243 changes: 243 additions & 0 deletions appendix-00.html

Large diffs are not rendered by default.

328 changes: 328 additions & 0 deletions appendix-01-keywords.html

Large diffs are not rendered by default.

410 changes: 410 additions & 0 deletions appendix-02-operators.html

Large diffs are not rendered by default.

288 changes: 288 additions & 0 deletions appendix-03-derivable-traits.html

Large diffs are not rendered by default.

329 changes: 329 additions & 0 deletions appendix-04-useful-development-tools.html

Large diffs are not rendered by default.

257 changes: 257 additions & 0 deletions appendix-05-editions.html

Large diffs are not rendered by default.

267 changes: 267 additions & 0 deletions appendix-06-translation.html

Large diffs are not rendered by default.

307 changes: 307 additions & 0 deletions appendix-07-nightly-rust.html

Large diffs are not rendered by default.

78 changes: 78 additions & 0 deletions ayu-highlight.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,78 @@
/*
Based off of the Ayu theme
Original by Dempfi (https://github.com/dempfi/ayu)
*/

.hljs {
display: block;
overflow-x: auto;
background: #191f26;
color: #e6e1cf;
}

.hljs-comment,
.hljs-quote {
color: #5c6773;
font-style: italic;
}

.hljs-variable,
.hljs-template-variable,
.hljs-attribute,
.hljs-attr,
.hljs-regexp,
.hljs-link,
.hljs-selector-id,
.hljs-selector-class {
color: #ff7733;
}

.hljs-number,
.hljs-meta,
.hljs-builtin-name,
.hljs-literal,
.hljs-type,
.hljs-params {
color: #ffee99;
}

.hljs-string,
.hljs-bullet {
color: #b8cc52;
}

.hljs-title,
.hljs-built_in,
.hljs-section {
color: #ffb454;
}

.hljs-keyword,
.hljs-selector-tag,
.hljs-symbol {
color: #ff7733;
}

.hljs-name {
color: #36a3d9;
}

.hljs-tag {
color: #00568d;
}

.hljs-emphasis {
font-style: italic;
}

.hljs-strong {
font-weight: bold;
}

.hljs-addition {
color: #91b362;
}

.hljs-deletion {
color: #d96c75;
}

0 comments on commit 20f6c46

Please sign in to comment.