This workspace explores Cargo's DEP_NAME_KEY=value
feature. The goal is to understand how multiple -sys
crates can be used in a project where the C source of one -sys
crate (bar
) depends on another -sys
crate's C source (foo
).
foo
builds and linkslibfoo
bar
builds and linkslibbar
which depends onlibfoo
baz
depends onbar