rust

    [Book] Rust for Rustaceans

    러스트 관련 스트리밍 방송으로 유명한 Jon Gjengset가 책을 출간했다. 분량은 많지 않은 책인데 The Book을 읽고 어느 정도 러스트 프로그래밍을 해본 개발자들에게 유용한 내용을 담고 있다. https://nostarch.com/rust-rustaceans Rust for Rustaceans Rust for Rustaceans is the next step on your way to professional-level programming in Rust. nostarch.com

    Rust Search Extension on Desktop Browsers

    RUST로 뭔가를 만들려다 보면 막히는게 한 두가지가 아니다. 또한, 다양한 Crate들을 사용해야 하는 이상 문서를 안볼 수도 없다. 그래서 여러 창을 띄워 놓고 수시로 검색을 하면서 보게 되는데 불편할 수 밖에 없다. 검색을 해보니 괜찮은 브라우저 플러그인이 이미 있다. 크롬, 파이어폭스, 엣지 브라우저를 지원한다. 설치 후 주소 창에 rs 를 치고 검색어를 입력하면 된다. 설치 및 검색 조건 설정 등의 팁은 다음 주소를 확인하시길! https://rust.extension.sh/ Rust Search Extension: The ultimate search extension for Rust Search docs, crates, builtin attributes, official books, and e..

    Ferrous Teaching Material

    Ferrous라는 Rust 관련 기술 회사(?)에서 관리하는 Teaching Material 교안이다. 아래 URL을 들어가면 주제 별로 슬라이드를 볼 수 있다. adoc이라는 마크다운 문서로 슬라이드를 제작했다. 어느 정도 Rust를 경험해본 개발자가 강의 형식으로 진행하기에 좋은 자료 같다. https://ferrous-systems.github.io/teaching-material/index.html Ferrous Teaching Material ferrous-systems.github.io https://github.com/ferrous-systems/teaching-material ferrous-systems/teaching-material Contribute to ferrous-systems/..

    A half-hour to learn Rust

    fasterthanli 블로그에 좋은 글들이 참 많다. 그 중에서도 RUST 입문 관련 글들을 기록 한다. fasterthanli.me/articles/i-am-a-java-csharp-c-or-cplusplus-dev-time-to-do-some-rust I am a Java, C#, C or C++ developer, time to do some Rust - fasterthanli.me As I've said before, I'm working on a book about lifetimes. Or maybe it's just a long series - I haven't decided the specifics yet. Like every one of my series/book things, it's...

    Traits: A Deep dive

    Traits과 관련하여 유명한 Nell님의 톡 및 Rust 관련 주제 공식 문서들. 일단 Rust Book을 이해하는 것이 가장 우선됨. 특히, 19장 Advanced Traits은 읽어야함. 관련 기법을 사용한 코드 때문에 이해하는데 어려움이 있었음. Traits and You: A Deep Dive — Nell Shamrell-Harrington youtu.be/grU-4u0Okto - Rust Book doc.rust-lang.org/book/ch10-02-traits.html Traits: Defining Shared Behavior - The Rust Programming Language A trait tells the Rust compiler about functionality a partic..

    Safe Systems Programming in Rust: The Promise and the Challenge

    검색을 해보면 RUST 언어에 관련된 논문들도 꽤 많이 보인다. 시스템 관련 분야에서 RUST를 기반으로 구현한 연구들이 많다. 올해 최근 Top-Tier에 보면 늘상 있다. 이전에는 관심이 없었을 뿐. 이제 눈에 보인다. Rust의 핵심 이야기를 담고 있다. 슬라이드로 만들어서 발표하는게 좋을 것 같다. 일단 Todo에 넣자! people.mpi-sws.org/~dreyer/papers/safe-sysprog-rust/paper.pdf 저자 정보 scholar.google.com/citations?user=zddokfoAAAAJ&hl=en Ralf Jung Post-doctoral researcher, MPI-SWS - Cited by 826 - programming languages - verific..

    Corundum: Statically-Enforced Persistent Memory Safety, ASPLOS '21

    ABSTRACT Fast, byte-addressable, persistent main memories (PM) make it possible to build complex data structures that can survive system failures. Programming for PM is challenging, not least because it combines well-known programming challenges like locking, mem- ory management, and pointer safety with novel PM-specific bug types. It also requires logging updates to PM to facilitate recovery af..

    Rust Language Cheat Sheet

    Rust Language Cheat Sheet 이런게 있었다니... 왜 이제 알았을까! 너무 훌륭한 정리다. cheats.rs/ Rust Language Cheat Sheet Rust Language Cheat Sheet 15.04.2021 Contains clickable links to The Book BK, Rust by Example EX, Std Docs STD, Nomicon NOM, Reference REF. Clickable symbols BK The Book EX Rust by Example STD Std Docs NOM Nomicon REF Reference RFC Official RFC documents cheats.rs