An open API service indexing awesome lists of open source software.

https://github.com/jedisct1/libsodium-sys-stable

Sodiumoxide's libsodium-sys crate, but that installs stable versions of libsodium.
https://github.com/jedisct1/libsodium-sys-stable

bindings crate libsodium rust sodiumoxide

Last synced: about 2 months ago
JSON representation

Sodiumoxide's libsodium-sys crate, but that installs stable versions of libsodium.

Awesome Lists containing this project

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.