1 unstable release
0.1.2 | May 24, 2022 |
---|---|
0.1.1 |
|
0.1.0 |
|
#504 in Build Utils
86 downloads per month
Used in 5 crates
(via dexterous_developer_build…)
7KB
73 lines
prefer-dynamic
Simple Rust crate that copies the std
and test
dynamic libraries into the target directory at build time.
This is a convenience intended for programs that make use of dylib
crates or compiling with -Cprefer-dynamic
.
Usage
Add to your Cargo.toml
[dependencies]
prefer-dynamic = "0"
[dev-dependencies]
prefer-dynamic = { version = "0", features = ["link-test"] }
No runtime deps
~79KB