libbase64-sys

Crates.iolibbase64-sys
lib.rslibbase64-sys
version0.1.2-alpha.0
sourcesrc
created_at2024-07-29 00:52:50.428934
updated_at2024-07-30 11:19:10.085384
descriptionAn FFI Binding to libb64, cencode.h and cdecode.h
homepage
repositoryhttps://github.com/rulynx/libbase64
max_upload_size
id1318358
size20,209
rustix (dexalt)

documentation

README

libbase64-sys

An FFI Binding to libb64.

Meta

Meta Key Meta Value
Name: libbase64-sys
Version: 0.1.0-alpha.0
Depends libc
License: Public Domain
Bound: cencode.h, cdecode.h
Repository: https://github.com/rulynx/libbase64
Documentation https://docs.rs/libbase64-sys

Adding

Run cargo add libbase64-sys for adding libbase64-sys to your depends.

Warning

Attention

This crate is a raw binding crate. If you have never worked with C or raw pointers before, you should not use this crate.

There will be a second crate that builds a safe wrapper around the raw bindings.

This crate is well-suited as a basis for your own implementation.

Commit count: 0

cargo fmt