An open API service indexing awesome lists of open source software.

https://github.com/feenkcom/shared-library-builder-rs

Extendable cross-platform shared library builder
https://github.com/feenkcom/shared-library-builder-rs

Last synced: 10 months ago
JSON representation

Extendable cross-platform shared library builder

Awesome Lists containing this project

README

          

# shared-library-builder-rs

Extendable cross-platform shared library builder. The library is designed to create statically linked libraries and supports Rust and CMake libraries out of the box. However, it allows developers to plug-in `makefile` based libraries by implementing a `Library` trait.