| Crates.io | libbase64-sys |
| lib.rs | libbase64-sys |
| version | 0.1.2-alpha.0 |
| created_at | 2024-07-29 00:52:50.428934+00 |
| updated_at | 2024-07-30 11:19:10.085384+00 |
| description | An FFI Binding to libb64, cencode.h and cdecode.h |
| homepage | |
| repository | https://github.com/rulynx/libbase64 |
| max_upload_size | |
| id | 1318358 |
| size | 20,209 |
An FFI Binding to libb64.
| 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 |
Run cargo add libbase64-sys for adding libbase64-sys to your depends.
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.