Skip to content

mvd-ows/libsodium-ffi

This branch is 32 commits behind zonyitoo/libsodium-ffi:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1cf2900 · Jan 24, 2019

History

49 Commits
Dec 14, 2017
Jan 22, 2019
Aug 30, 2017
Jan 27, 2015
Aug 30, 2017
Jan 22, 2019
Dec 14, 2017
Dec 14, 2017
Jan 23, 2019

Repository files navigation

libsodium-sys

Build Status Build status

Rust native binding to libsodium

# Cargo.toml
[dependencies]
libsodium-ffi = "0.1"

Usage

Environement variables

  • SODIUM_LIB_DIR=/path/to/libsodium for telling cargo where to find libsodium

  • SODIUM_STATIC=yes for telling cargo to static-link libsodium

  • SODIUM_BUILD_STATIC=yes force build from source instead of trying to find libsodium in system-wide

Thanks

  • build.rs is partially borrowed from rust_sodium project.

About

libsodium native binding in Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%