зеркало из
https://github.com/iharh/notes.git
synced 2025-10-30 05:06:05 +02:00
80 строки
3.9 KiB
Plaintext
80 строки
3.9 KiB
Plaintext
https://github.com/rust-lang/rust/blob/master/src/librustc_borrowck/borrowck/README.md
|
|
|
|
2022
|
|
https://www.tangramvision.com/blog/c-rust-interior-mutability-moving-and-ownership
|
|
https://senthilnayagan.medium.com/rusts-ownership-and-borrowing-enforce-memory-safety-2e5c66cb43c1
|
|
|
|
2020
|
|
https://www.thomascountz.com/2018/07/11/ownership-in-rust-part-2
|
|
https://www.thomascountz.com/2018/07/09/ownership-in-rust-part-1
|
|
https://www.snoyman.com/blog/2020/05/no-mutable-parameters-in-rust
|
|
!
|
|
2019
|
|
https://medium.com/@prabhueshwarla/ownership-in-rust-part-2-919ee2bf324b
|
|
https://medium.com/@prabhueshwarla/ownership-in-rust-52110b7ad410
|
|
https://blog.thoughtram.io/ownership-in-rust/
|
|
https://tech.fpcomplete.com/rust/ownership-and-impl-trait
|
|
http://francismurillo.github.io/2019-07-31-Understanding-Rust-Through-AVL-Trees/
|
|
https://medium.com/@zx77/reference-and-ownership-in-rust-by-example-8c6611aa96c8
|
|
https://www.ralfj.de/blog/2019/04/30/stacked-borrows-2.html
|
|
https://fullyfaithful.eu/bounds-check-elision-rust/
|
|
|
|
2018
|
|
https://blog.systems.ethz.ch/blog/2018/a-hammer-you-can-only-hold-by-the-handle.html
|
|
https://phaazon.net/blog/on-owning-borrowing-pub-interface
|
|
https://medium.com/@thomascountz/ownership-in-rust-part-2-c3e1da89956e
|
|
https://medium.com/@thomascountz/ownership-in-rust-part-1-112036b1126b
|
|
|
|
2017
|
|
https://medium.com/journey-to-rust/the-ownership-c6be05e929c7
|
|
https://medium.com/journey-to-rust/ownership-slices-part-2-195535334380
|
|
|
|
https://zee-nix.blogspot.com.by/2017/05/rust-memory-management.html
|
|
https://kasma1990.gitlab.io/2017/05/07/ownership-controls-mutability/
|
|
https://medium.com/@theburningmonk/rust-memory-safety-without-garbage-collector-d6a25b23c036
|
|
https://bryce.fisher-fleig.org/blog/strategies-for-returning-references-in-rust/
|
|
http://phaazon.blogspot.com.by/2017/02/lifetimes-limits-self-borrowing-and.html
|
|
https://www.reddit.com/r/rust/comments/5siiir/lifetimes_limits_self_borrowing_and_dropchecker/
|
|
https://www.reddit.com/r/rust/comments/653vhu/prolonging_temporaries_in_rust/
|
|
http://manishearth.github.io/blog/2017/04/13/prolonging-temporaries-in-rust/
|
|
|
|
http://nercury.github.io/c++/intro/2017/01/22/cpp-for-rust-devs.html
|
|
http://nercury.github.io/rust/guide/2015/01/19/ownership.html
|
|
|
|
https://m-decoster.github.io//2017/01/16/fighting-borrowchk/
|
|
|
|
2016
|
|
http://always-learning.timmcnamara.nz/2016/10/15/borrow-checker-escape-hatches/
|
|
https://ricardomartins.cc/2016/06/08/interior-mutability
|
|
|
|
https://hackernoon.com/why-im-dropping-rust-fd1c32986c88
|
|
|
|
2015:
|
|
http://manishearth.github.io/blog/2015/05/17/the-problem-with-shared-mutability/
|
|
https://chrismorgan.info/blog/rust-ownership-the-hard-way.html
|
|
|
|
https://llogiq.github.io/2015/07/09/cow.html
|
|
https://llogiq.github.io/2015/07/10/cow-redux.html
|
|
https://rustycrate.ru/%D0%BE%D0%B1%D1%83%D1%87%D0%B5%D0%BD%D0%B8%D0%B5/2016/04/18/holy-cow.html
|
|
https://rustycrate.ru/%D0%BE%D0%B1%D1%83%D1%87%D0%B5%D0%BD%D0%B8%D0%B5/2016/04/18/holy-cow-2.html
|
|
|
|
https://rustycrate.ru/%D0%BE%D0%B1%D1%83%D1%87%D0%B5%D0%BD%D0%B8%D0%B5/2015/11/14/lifetime-part1.html
|
|
https://rustycrate.ru/%D0%BE%D0%B1%D1%83%D1%87%D0%B5%D0%BD%D0%B8%D0%B5/2015/11/14/lifetime-part2.html
|
|
|
|
2014:
|
|
super:
|
|
http://blog.skylight.io/rust-means-never-having-to-close-a-socket/
|
|
http://arthurtw.github.io/2014/11/30/rust-borrow-lifetimes.html
|
|
|
|
????:
|
|
http://blog.jwilm.io/from-str-to-cow/
|
|
https://rustycrate.ru/%D0%BE%D0%B1%D1%83%D1%87%D0%B5%D0%BD%D0%B8%D0%B5/2016/04/28/from-str-to-cow.html
|
|
|
|
reddit:
|
|
https://www.reddit.com/r/rust/comments/5ny09j/tips_to_not_fight_the_borrow_checker/
|
|
https://www.reddit.com/r/rust/comments/5omcoy/new_to_rust_confused_by_copy_vs_move_and/
|
|
https://www.reddit.com/r/rust/comments/5q9zov/help_lifetime_issues_with_fn_returning_an_array/
|
|
https://www.reddit.com/r/rust/comments/5qds4p/is_there_a_paperoverview_of_how_the_rust_borrow/
|
|
https://www.reddit.com/r/rust/comments/5rkquz/why_can_we_assign_to_a_field_of_an_instance_of_a/
|
|
https://www.reddit.com/r/rust/comments/5sa4wo/use_fnlike_reference_in_generic_parameter/
|