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.
- Host: GitHub
- URL: https://github.com/jedisct1/libsodium-sys-stable
- Owner: jedisct1
- License: mit
- Created: 2019-09-17T13:17:03.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-05-20T19:24:58.000Z (over 1 year ago)
- Last Synced: 2024-05-20T21:26:46.521Z (over 1 year ago)
- Topics: bindings, crate, libsodium, rust, sodiumoxide
- Language: Rust
- Homepage:
- Size: 132 MB
- Stars: 30
- Watchers: 5
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.