Crates.io | abcrypt-capi |
lib.rs | abcrypt-capi |
version | |
source | src |
created_at | 2023-09-20 19:53:12.122725+00 |
updated_at | 2025-01-09 05:32:02.882349+00 |
description | C API for abcrypt |
homepage | https://sorairolake.github.io/abcrypt/ |
repository | https://github.com/sorairolake/abcrypt |
max_upload_size | |
id | 978443 |
Cargo.toml error: | TOML parse error at line 24, column 1 | 24 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
abcrypt-capi exposes a C API for the abcrypt
crate.
cargo build
This will produce static and shared C libraries.
abcrypt.h
is automatically generated by the cbindgen
crate.
See the documentation for more details.
To find the directory where man pages are generated:
fd -t directory out ./target/*/build/abcrypt-capi-*
The minimum supported Rust version (MSRV) of this library is v1.74.0.
The upstream repository is available at https://github.com/sorairolake/abcrypt.git.
The source code is also available at:
Please see CHANGELOG.adoc.
Please see CONTRIBUTING.adoc.
https://sorairolake.github.io/abcrypt/
Copyright (C) 2022 Shun Sakai (see AUTHORS.adoc)
This library is distributed under the terms of either the Apache License 2.0 or the MIT License.
This project is compliant with version 3.2 of the REUSE Specification. See copyright notices of individual files for more details on copyright and licensing information.