Skip to content
Example of statically compiling snappy into a rust binary
Branch: master
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
src
.gitignore
Cargo.lock
Cargo.toml
Readme.md
build.rs

Readme.md

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
You can’t perform that action at this time.