Skip to content

christianheussy/sys_crate_metadata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

-sys crate metadata example

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 links libfoo
  • bar builds and links libbar which depends on libfoo
  • baz depends on bar

About

Exploring multiple `-sys` crates.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published