Главная
Study mode:
on
1
Intro
2
OUTLINE OF THIS TALK
3
BACKGROUND
4
WHY DON'T YOU USE cargo install?
5
CARGO.TOML: A TALE OF TWO LIBS
6
SRC/INCLUDE.AM: LIBTOOL TO HELP
7
CONFIGURE.AC: SETTING OPTIONS Pass options to cargo and headers
8
BONUS: WINDOWS INSTALLER Generate an NSIS installer with CPack
Description:
Explore a 23-minute conference talk from RustCon Asia 2019 that delves into integrating Cargo with Autotools for building and distributing dynamic libraries written in Rust. Learn how to overcome the limitations of cargo install for cdylib dynamic libraries by implementing a build infrastructure that combines the Rust toolchain with Autotools. Discover the process of creating a source tarball that allows users to easily build and install Rust-based dynamic libraries using familiar ./configure && make && make install commands. Gain insights into the speaker's experiences and find valuable information for the Rust community on topics such as Cargo.toml configuration, using libtool, setting options in configure.ac, and generating Windows installers with CPack.

Cargo Meets Autotools - Distributing Rust Dynamic Libraries

Rust
Add to list