diff --git a/os/linux/nixos/integration/shells/zsh/powerlevel10k.txt b/os/linux/nixos/integration/shells/zsh/powerlevel10k.txt index d70291f49..a0fa769b4 100644 --- a/os/linux/nixos/integration/shells/zsh/powerlevel10k.txt +++ b/os/linux/nixos/integration/shells/zsh/powerlevel10k.txt @@ -1,4 +1,6 @@ https://github.com/NixOS/nixpkgs/tree/master/pkgs/shells/zsh/zsh-powerlevel10k +2023 +https://habr.com/ru/articles/739376/ 2020 https://www.reddit.com/r/NixOS/comments/fenb4u/zsh_with_ohmyzsh_with_powerlevel10k_in_nix/ diff --git a/pl/rs/features/io/async/docs/articles.txt b/pl/rs/features/io/async/docs/articles.txt index 63a684e9b..4f0ac4f15 100644 --- a/pl/rs/features/io/async/docs/articles.txt +++ b/pl/rs/features/io/async/docs/articles.txt @@ -1,3 +1,6 @@ +2023 +https://hegdenu.net/posts/understanding-async-await-4/ + ! need prev parts 2022 https://medium.com/@KevinBGreene/async-programming-in-rust-part-2-diving-into-scoped-threads-50aace437756 https://medium.com/@KevinBGreene/async-programming-in-rust-part-1-threads-and-channels-736f8c87b04e diff --git a/pl/rs/features/macro/procedural.txt b/pl/rs/features/macro/procedural.txt index 6389e9ada..639bb99e4 100644 --- a/pl/rs/features/macro/procedural.txt +++ b/pl/rs/features/macro/procedural.txt @@ -4,6 +4,7 @@ https://doc.rust-lang.org/reference/procedural-macros.html https://github.com/rust-lang/rfcs/blob/master/text/1566-proc-macros.md 2022 +https://developerlife.com/2022/03/30/rust-proc-macro/ https://aaronerhardt.github.io/blog/posts/proc_macro_v2/ https://blog.jetbrains.com/rust/2022/07/07/procedural-macros-under-the-hood-part-ii/ https://blog.jetbrains.com/rust/2022/03/18/procedural-macros-under-the-hood-part-i/ diff --git a/pl/rs/libfws/security/oauth/articles.txt b/pl/rs/libfws/security/oauth/articles.txt new file mode 100644 index 000000000..38cf8a37a --- /dev/null +++ b/pl/rs/libfws/security/oauth/articles.txt @@ -0,0 +1,3 @@ +2023 +https://www.shuttle.rs/blog/2023/08/30/using-oauth-with-axum + https://github.com/joshua-mo-143/oauth-axum-shuttle-ex diff --git a/pl/rs/tools/cargo/update.txt b/pl/rs/tools/cargo/update.txt index 91f47a093..af15b1cba 100644 --- a/pl/rs/tools/cargo/update.txt +++ b/pl/rs/tools/cargo/update.txt @@ -1,6 +1,9 @@ + https://github.com/nabijaczleweli/cargo-update https://cdn.rawgit.com/nabijaczleweli/cargo-update/man/cargo-install-update.1.html cargo + install cargo-update + install-update -a all diff --git a/pl/rs/tools/scripting/shell-script/just.txt b/pl/rs/tools/scripting/shell-script/just.txt index 12717b42e..792130fd4 100644 --- a/pl/rs/tools/scripting/shell-script/just.txt +++ b/pl/rs/tools/scripting/shell-script/just.txt @@ -1,5 +1,13 @@ +https://just.systems/ +https://just.systems/man/en/ + https://crates.io/crates/just https://github.com/casey/just +https://watchexec.github.io/ +https://github.com/watchexec/watchexec + +2023 +https://developerlife.com/2023/08/28/justfile/ 2020 https://rodarmor.com/blog/tour-de-just