에너지경제연구원 전자도서관

로그인

에너지경제연구원 전자도서관

자료검색

  1. 메인
  2. 자료검색
  3. 통합검색

통합검색

단행본2024년 7월 TOP 10

The Rust Programming Language

판사항
2nd edition
발행사항
San Francisco: No Starch Press 2023
형태사항
xxix, 527 pages: illustrations; 24 cm
소장정보
위치등록번호청구기호 / 출력상태반납예정일
지금 이용 불가 (1)
자료실E208349대출중2025.07.28
지금 이용 불가 (1)
  • 등록번호
    E208349
    상태/반납예정일
    대출중
    2025.07.28
    위치/청구기호(출력)
    자료실
목차
Introduction Chapter 1:Getting Started Chapter 2: Programming a guessing game Chapter 3: Common Programming Concepts Chapter 4: Understanding Ownership Chapter 5: Using Structs to structure related data Chapter 6: Enums and Pattern Matching Chapter 7: Managing growing projects with packages, creates and modules Chapter 8: Common Collections Chapter 9: Error Handling Chapter 10: Generic Types, Traits, and Lifetimes Chapter 11: Writing automated tests Chapter 12: An I/O Project: building a command line program Chapter 13: Functional Language Features: Iterators and Closures Chapter 14: More about Cargo and Crates io Chapter 15: Smart Pointers Chapter 16: Fearless concurrency Chapter 17: Object Oriented programming features Chapter 18: Patterns and matching Chapter 19: More Advanced features Chapter 20: Final project: building a multithreaded web server Appendix A: Keywords Appendix B: Operators and symbols Appendix C: Derivable Traits Appendix D: Useful development tools Appendix E: Editions.