Этот коммит содержится в:
Ihar Hancharenka 2023-03-31 19:39:47 +03:00
родитель b7874e91ff
Коммит aa9f3baf12
12 изменённых файлов: 45 добавлений и 0 удалений

Просмотреть файл

@ -18,6 +18,10 @@ Michael Mann
books: Fashism, Dark Side of Democracy
2023
StreetOfTruth - 03.31 - Kostenko - Cultural Souverenity of RU of 27:25
https://www.youtube.com/watch?v=MJSdYSTNQr8
StreetOfTruth - 03.31 - Hazin - Economy Souverenity of RU of 1:09:57
https://www.youtube.com/watch?v=poEKKrM3BU8
PreobrazhenskiyClub - Kostenko - Zhuravlyov - Rode - 03.30 - EDU Formats and Getting of the Future of 55:10
https://www.youtube.com/watch?v=snb3RK8VK8U
StreetOfTruth - 03.24 - Gevorgyan - State of International Situation of 39:10

Просмотреть файл

@ -1,2 +1,4 @@
https://typst.app/
https://github.com/typst/
https://typst.app/docs/tutorial/

2
pl/rs/browser-rust-search-extension.txt Обычный файл
Просмотреть файл

@ -0,0 +1,2 @@
https://rust.extension.sh/
https://github.com/huhu/rust-search-extension

2
pl/rs/features/borrow/tree.txt Обычный файл
Просмотреть файл

@ -0,0 +1,2 @@
2023
https://perso.crans.org/vanille/treebor/

Просмотреть файл

@ -1,2 +1,9 @@
https://gankro.github.io/blah/linear-rust/
https://www.reddit.com/r/rust/comments/6a3ac4/the_pain_of_real_linear_types_in_rust/
2023
https://blog.yoshuawuyts.com/linearity-and-control/
https://blog.yoshuawuyts.com/linear-types-one-pager/
http://smallcultfollowing.com/babysteps/blog/2023/03/16/must-move-types/
2017
https://faultlore.com/blah/linear-rust/

2
pl/rs/libfws/ds/heap/fibonacchi.txt Обычный файл
Просмотреть файл

@ -0,0 +1,2 @@
2023
https://www.kurtlawrence.info/blog/building-a-fibonacci-heap

7
pl/rs/libfws/integration/ngrok-rs.txt Обычный файл
Просмотреть файл

@ -0,0 +1,7 @@
https://ngrok.com/docs/using-ngrok-with/rust/
https://docs.rs/ngrok/latest/ngrok/
https://github.com/ngrok/ngrok-rs
2023
https://ngrok.com/blog-post/ngrok-rs

Просмотреть файл

@ -6,6 +6,7 @@ https://github.com/clap-rs/clap
cargo add clap --features derive
2023
https://epage.github.io/blog/2023/03/clap-v4-2/
https://blog.railway.app/p/rust-cli-rewrite
2022
https://www.joshfinnie.com/blog/a-command-line-application-in-rust/

6
pl/rs/libfws/ui/web/kobold.txt Обычный файл
Просмотреть файл

@ -0,0 +1,6 @@
https://crates.io/crates/kobold
https://docs.rs/kobold/latest/kobold/
https://github.com/maciejhirsz/kobold
2023
https://maciej.codes/2023-03-23-kobold.html

Просмотреть файл

@ -0,0 +1,4 @@
https://github.com/autometrics-dev/autometrics-rs
2023
https://fiberplane.com/blog/autometrics-rs-0-3-defining-service-level-objectives-in-rust-source-code

Просмотреть файл

@ -9,6 +9,8 @@ https://crates.io/crates/proptest-arbitrary
https://docs.rs/proptest-arbitrary
https://github.com/Centril/proptest-arbitrary
2023
https://tzemanovic.gitlab.io/posts/state-machine-testing-with-proptest/
2020
https://blog.logrocket.com/property-based-testing-in-rust-with-proptest/
https://github.com/zmitchell/sentence-parser

6
pl/rs/tools/quality/trace/scoped-trace.txt Обычный файл
Просмотреть файл

@ -0,0 +1,6 @@
https://crates.io/crates/scoped-trace
https://docs.rs/scoped-trace/latest/scoped_trace/
https://github.com/jswrenn/scoped-trace
2023
https://jack.wrenn.fyi/blog/scoped-trace/