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
- Host: GitHub
- URL: https://github.com/feenkcom/shared-library-builder-rs
- Owner: feenkcom
- License: mit
- Created: 2021-08-05T09:58:46.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-09-12T11:27:54.000Z (almost 2 years ago)
- Last Synced: 2024-09-12T23:03:22.839Z (almost 2 years ago)
- Language: Rust
- Size: 116 KB
- Stars: 1
- Watchers: 11
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.