zmoazeni / snappit

Example of statically compiling snappy into a rust binary

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Example of statically compiling an external C library.

To run:

brew install snappy
cargo build -v # verify the additional compiler commands
otool -L target/snappit # verify that snappy isn't dynamically linked

About

Example of statically compiling snappy into a rust binary


Languages

Language:Rust 100.0%