cargo applet to build and install C-ABI compatibile dynamic and static libraries.
It produces and installs a correct pkg-config file, a static library and a dynamic library, and a C header to be used by any C (and C-compatible) software.
``` sh
$ cargo cbuild --destdir=${D} --prefix=/usr --libdir=/usr/lib64
sh
$ cargo cinstall --destdir=${D} --prefix=/usr --libdir=/usr/lib64 ```
staticlib
supportcdylib
support