libsodium-sys-stable

Crates.iolibsodium-sys-stable
lib.rslibsodium-sys-stable
version1.20.9
sourcesrc
created_at2019-09-17 13:34:21.72993
updated_at2024-05-25 13:43:13.605515
descriptionMaintained FFI bindings for libsodium stable
homepage
repositoryhttps://github.com/jedisct1/libsodium-sys-stable
max_upload_size
id165429
size2,166,475
Frank Denis (jedisct1)

documentation

https://docs.rs/libsodium-sys-stable

README

libsodium-sys

A patched version of the libsodium-sys crate that installs stable versions of libsodium instead of point releases.

Cargo features:

  • fetch-latest: download the latest stable version.
  • optimized: build a version optimized for the current platform.
  • minimal: do not build deprecated APIs.

On Windows, if a libsodium Visual Studio package is not installed, pre-compiled binaries are downloaded. Alternatively, they can be fetched from an arbitrary local directory, whose path is defined in a SODIUM_DIST_DIR environment variable.

Compiling libsodium to WebAssembly/WASI-core requires the Zig compiler to be installed.

Commit count: 107

cargo fmt