termoshtt / ocipkg

An OCI registry client for Rust desiged to use distribute static library as a "container"
Apache License 2.0
48 stars 8 forks source link

Build helper API for using in build.rs #15

Closed termoshtt closed 2 years ago

termoshtt commented 2 years ago
ocipkg::get_and_link("ghcr.io/termoshtt/ocipkg/test_repo:0.1.0")?;

This works as following: