코딩Coding/Rust☑︎Release☀︎Notes_New◎Version

러스트 1.64.0 버전을 공개_러스트, C언어와 연계성 강화_한글 뉴스 좀 늦네 ㅋㅋ

내인생PLUS 2022. 10. 20. 22:34
728x90

 

https://zdnet.co.kr/view/?no=20221004173600 

 

러스트, C언어와 연계성 강화

프로그래밍 언어 러스트가 C언어와의 연계성을 강화하며, 주력언어로의 진입을 본격화하는 모양새다.최근 러스트 개발팀은 러스트 1.64.0 버전을 공개했다고 공식 홈페이지를 통...

zdnet.co.kr

 

 

 

역시 C언어와 러스트 결합이 많다.

 

 

옛날 코드 C를 러스트에 엮어서 쓰기위한 사전 작업이 시작 되고 있다.

 

C++은 안되나 ㅠㅠ 

 

C++이 되야 최고인데 ㅋ

 

 

옛날 코드에 러스트를 붙혀 넣어서 크게 코드 안 고치고 완성도 높은 프로그램을 만들수 있을듯 많이 기대 된다.

 

 

nomicon 참조

 겁나게 어렵다. 

 

따라 해 보려고 했는데 겁나게 복잡하네 ㅋ

 

https://doc.rust-lang.org/nomicon/ffi.html

 

FFI - The Rustonomicon

This guide will use the snappy compression/decompression library as an introduction to writing bindings for foreign code. Rust is currently unable to call directly into a C++ library, but snappy includes a C interface (documented in snappy-c.h). Many of th

doc.rust-lang.org

 

 

https://michael-f-bryan.github.io/rust-ffi-guide/

 

Overview - The (unofficial) Rust FFI Guide

Using Unsafe for Fun and Profit Given Rust's popularity and position as a systems programming language, you'll probably reach a point where you want to integrate a Rust module into some existing application. This guide was created to fill the current gap i

michael-f-bryan.github.io

 

 

 

 

결론은 이 사람걸로 연습하자. ㅋㅋ

 결국 이 사람으로 가는구만. 

Unsafe & FFI in Rust

 

https://youtu.be/LFFbTeU25pE

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 


 

반응형