Using C Libraries in Rust

preview_player
Показать описание

Timestamps:
00:00 - Using Built-in C Functions
03:40 - Working with Custom C Code
06:13 - Connecting our Static Library
09:39 - More Advanced Examples
13:27 - Remember to free
13:54 - Search the List
15:20 - Attribute
16:55 - Dealing with null
18:11 - Converting C Pointer to a Smart Pointer
20:05 - Get Data by Index

~~~~~~~~~~~~~~~ CONNECT ~~~~~~~~~~~~~~~

Рекомендации по теме
Комментарии
Автор

Timestamps:
00:00 - Using Built-in C Functions
03:40 - Working with Custom C Code
06:13 - Connecting our Static Library
09:39 - More Advanced Examples
13:27 - Remember to free
13:54 - Search the List
15:20 - Attribute
16:55 - Dealing with null
18:11 - Converting C Pointer to a Smart Pointer
20:05 - Get Data by Index

codebreakthrough
Автор

Thanks for covering C in Rust. A natural followup could be how to make a safe wrapper in Rust.

NathanYoungman
Автор

Great Video, Thank You! C is my main-Language, but I see the advantages of Rust!

alexanderzikal