Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 565 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 565 Bytes

snappy_rs

Example code for Rust FFI (Foreign Function Interface). The crate creates a Rust wrapper for the Google Snappy compression library implemented in C/C++.

Requirements

Instructions

This repository uses snappy as a git submodule. You need to clone this locally with:

git clone  --recurse-submodule https://github.com/rustvu/snappy_rs 

Then you can use the regular cargo build/test commands.