Crates.io | libsodium-sys-stable |
lib.rs | libsodium-sys-stable |
version | 1.22.1 |
source | src |
created_at | 2019-09-17 13:34:21.72993 |
updated_at | 2024-10-27 21:53:31.066187 |
description | Maintained FFI bindings for libsodium stable |
homepage | |
repository | https://github.com/jedisct1/libsodium-sys-stable |
max_upload_size | |
id | 165429 |
size | 2,180,582 |
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.