abcrypt-capi

Crates.ioabcrypt-capi
lib.rsabcrypt-capi
version0.5.0
created_at2023-09-20 19:53:12.122725+00
updated_at2025-07-28 09:30:52.58252+00
descriptionC API for abcrypt
homepagehttps://sorairolake.github.io/abcrypt/
repositoryhttps://github.com/sorairolake/abcrypt
max_upload_size
id978443
size137,706
Shun Sakai (sorairolake)

documentation

https://docs.rs/abcrypt-capi

README

C API for abcrypt

CI Version MSRV Docs License

abcrypt-capi exposes a C API for the abcrypt crate.

Usage

Build

cargo build

This will produce static and shared C libraries.

Header file

abcrypt.h is automatically generated by the cbindgen crate.

Documentation

See the documentation for more details.

Minimum supported Rust version

The minimum supported Rust version (MSRV) of this library is v1.85.0.

Source code

The upstream repository is available at https://github.com/sorairolake/abcrypt.git.

Changelog

Please see CHANGELOG.adoc.

Contributing

Please see CONTRIBUTING.adoc.

Home page

https://sorairolake.github.io/abcrypt/

License

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.3 of the REUSE Specification. See copyright notices of individual files for more details on copyright and licensing information.

Commit count: 897

cargo fmt