Skip to content

Commit

Permalink
Deploying to gh-pages from @ 066a5e8 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
duyet committed Sep 23, 2024
1 parent 206baf8 commit dc7db01
Show file tree
Hide file tree
Showing 140 changed files with 3,802 additions and 1,542 deletions.
2 changes: 1 addition & 1 deletion 404.html

Large diffs are not rendered by default.

411 changes: 0 additions & 411 deletions advanced/box.html

This file was deleted.

317 changes: 0 additions & 317 deletions advanced/cow.html

This file was deleted.

297 changes: 0 additions & 297 deletions advanced/rc.html

This file was deleted.

6 changes: 3 additions & 3 deletions advanced/saturating.html

Large diffs are not rendered by default.

File renamed without changes
File renamed without changes
411 changes: 411 additions & 0 deletions advanced/smart-pointer/box.html

Large diffs are not rendered by default.

317 changes: 317 additions & 0 deletions advanced/smart-pointer/cow.html

Large diffs are not rendered by default.

266 changes: 266 additions & 0 deletions advanced/smart-pointer/index.html

Large diffs are not rendered by default.

297 changes: 297 additions & 0 deletions advanced/smart-pointer/rc.html

Large diffs are not rendered by default.

266 changes: 266 additions & 0 deletions advanced/smart-pointer/ref.html

Large diffs are not rendered by default.

270 changes: 270 additions & 0 deletions advanced/smart-pointer/refmut.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion basic/attr.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion basic/cargo/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion basic/closure.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions basic/code-comment/doc-comment.html

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions basic/code-comment/index.html

Large diffs are not rendered by default.

275 changes: 275 additions & 0 deletions basic/code-comment/regular-comment.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion basic/enum/impl.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion basic/enum/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion basic/enum/match.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion basic/enum/option/expect.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion basic/enum/option/if_let_some.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion basic/enum/option/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion basic/enum/option/unwrap.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion basic/enum/option/unwrap_or_default.html

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions basic/enum/result/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion basic/enum/result/question-mark.html

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions basic/enum/result/result-to-option.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion basic/enum/use-variants.html

Large diffs are not rendered by default.

306 changes: 306 additions & 0 deletions basic/error-handling/boxing-error.html

Large diffs are not rendered by default.

341 changes: 341 additions & 0 deletions basic/error-handling/custom-error.html

Large diffs are not rendered by default.

15 changes: 14 additions & 1 deletion basic/error-handling/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion basic/error-handling/option.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion basic/error-handling/panic.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions basic/error-handling/result-alias.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion basic/error-handling/result-map.html

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions basic/error-handling/result.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions basic/generics/bounds.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion basic/generics/enum.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion basic/generics/functions.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion basic/generics/impl.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion basic/generics/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion basic/generics/struct.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion basic/generics/trait.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions basic/generics/where.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion basic/macro/format.html

Large diffs are not rendered by default.

83 changes: 9 additions & 74 deletions basic/macro/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion basic/macro/macro_rules.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion basic/macro/macros-vs-functions.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion basic/macro/println.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions basic/macro/standard-macros.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion basic/macro/todo.html

Large diffs are not rendered by default.

8 changes: 7 additions & 1 deletion basic/match/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion basic/match/literals.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion basic/match/multiple.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion basic/match/named-vars.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion basic/ownership.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion basic/package-crate/crate.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion basic/package-crate/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion basic/package-crate/package-layout.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion basic/package-crate/preludes.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion basic/package-crate/use-crate/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion basic/package-crate/use-crate/pub-use.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion basic/package-crate/use-crate/self-super.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions basic/rustdoc/doc-README.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion basic/rustdoc/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion basic/struct.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion basic/testing/doc-tests.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion basic/testing/env-conflict.html

Large diffs are not rendered by default.

17 changes: 14 additions & 3 deletions basic/testing/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion basic/testing/integration-tests.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion basic/testing/test-organization.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion basic/testing/unit-tests.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion basic/trait/auto-trait.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion basic/trait/blanked-impl.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion basic/trait/conditionally-impl.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion basic/trait/copy-clone.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion basic/trait/default-impls.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion basic/trait/define-a-trait.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion basic/trait/fromstr.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion basic/trait/impl-trait.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion basic/trait/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion basic/trait/multiple-trait-bound.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion basic/trait/return-impl-trait.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion basic/trait/string-str.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion basic/trait/supertraits.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion basic/trait/trait-as-params.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion basic/trait/trait-bound.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion basic/trait/trait-inheritance.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion basic/trait/where-clauses.html

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions basic/turbofish.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion basic/variables/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion basic/variables/mut.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion basic/variables/uninitialized.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions basic/vec/INDEX.html

Large diffs are not rendered by default.

316 changes: 316 additions & 0 deletions basic/vec/iter.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion crates/anyhow.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion crates/async_trait.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion crates/chrono.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion crates/indoc.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion crates/lazy_static.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion crates/log/env_logger.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion crates/log/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion crates/polars.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion crates/rayon.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion crates/regex.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion crates/serde.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion crates/serde/serde_csv.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion crates/serde/serde_json.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion crates/serde/serde_toml.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion crates/serde/serde_yaml.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion crates/tokio.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion data-engineering/data-driven.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion data-engineering/data-processing.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion data-engineering/first-data-pipeline.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion data-engineering/rust-as-alternative-python.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion design-pattern/behavioural/command.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion design-pattern/behavioural/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion design-pattern/behavioural/strategy.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion design-pattern/creational/builder.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion design-pattern/creational/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion design-pattern/structural/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion design-pattern/structural/small-rates.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion getting-started/first-project.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion getting-started/installation.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion getting-started/rust-playground.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion idioms/aim-for-immutability.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion idioms/constructor.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion idioms/default-trait.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion idioms/format.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion idioms/temporary-mutability.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion index.html

Large diffs are not rendered by default.

504 changes: 362 additions & 142 deletions print.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion searchindex.json

Large diffs are not rendered by default.

13 changes: 10 additions & 3 deletions sitemap.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
https://rust-tieng-viet.github.io/
https://rust-tieng-viet.github.io/who-is-using
https://rust-tieng-viet.github.io/advanced/box
https://rust-tieng-viet.github.io/advanced/cow
https://rust-tieng-viet.github.io/advanced/rc
https://rust-tieng-viet.github.io/advanced/saturating
https://rust-tieng-viet.github.io/advanced/smart-pointer
https://rust-tieng-viet.github.io/basic/attr
https://rust-tieng-viet.github.io/basic/cargo
https://rust-tieng-viet.github.io/basic/closure
Expand Down Expand Up @@ -47,12 +45,20 @@ https://rust-tieng-viet.github.io/idioms/constructor
https://rust-tieng-viet.github.io/idioms/default-trait
https://rust-tieng-viet.github.io/idioms/format
https://rust-tieng-viet.github.io/idioms/temporary-mutability
https://rust-tieng-viet.github.io/advanced/smart-pointer/box
https://rust-tieng-viet.github.io/advanced/smart-pointer/cow
https://rust-tieng-viet.github.io/advanced/smart-pointer/rc
https://rust-tieng-viet.github.io/advanced/smart-pointer/ref
https://rust-tieng-viet.github.io/advanced/smart-pointer/refmut
https://rust-tieng-viet.github.io/basic/code-comment/doc-comment
https://rust-tieng-viet.github.io/basic/code-comment/regular-comment
https://rust-tieng-viet.github.io/basic/enum/impl
https://rust-tieng-viet.github.io/basic/enum/match
https://rust-tieng-viet.github.io/basic/enum/option
https://rust-tieng-viet.github.io/basic/enum/result
https://rust-tieng-viet.github.io/basic/enum/use-variants
https://rust-tieng-viet.github.io/basic/error-handling/boxing-error
https://rust-tieng-viet.github.io/basic/error-handling/custom-error
https://rust-tieng-viet.github.io/basic/error-handling/option
https://rust-tieng-viet.github.io/basic/error-handling/panic
https://rust-tieng-viet.github.io/basic/error-handling/result
Expand Down Expand Up @@ -103,6 +109,7 @@ https://rust-tieng-viet.github.io/basic/trait/where-clauses
https://rust-tieng-viet.github.io/basic/variables/mut
https://rust-tieng-viet.github.io/basic/variables/uninitialized
https://rust-tieng-viet.github.io/basic/vec/INDEX
https://rust-tieng-viet.github.io/basic/vec/iter
https://rust-tieng-viet.github.io/crates/log/env_logger
https://rust-tieng-viet.github.io/crates/serde/serde_csv
https://rust-tieng-viet.github.io/crates/serde/serde_json
Expand Down
Loading

0 comments on commit dc7db01

Please sign in to comment.