docs.rs failed to build libbase64-sys-0.1.2-alpha.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
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.