Skip to content
This repository has been archived by the owner on Nov 5, 2023. It is now read-only.

tasshi-playground/rust-re-export-dependencies

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rust-re-export-dependencies

Investigation for usage of "Re-exporting"

Directory

.
├── crates
│   ├── no-reexport // crate with old version "image", no re-exporting
│   ├── reexport-dependent-crate // crate with old version "image", re-exporting "image::DynamicImage"
│   └── reexport-dependent-types // crate with old version "image", re-exporting "image"
├── src
│   └── bin // executables using new version "image" and crates in ./crates/*
│       ├── main-no-reexport.rs
│       ├── main-reexport-dependent-crate.rs
│       └── main-reexport-dependent-types.rs
├── target
├── Cargo.lock
├── Cargo.toml
├── LICENSE
└── README.md

About

Investigation for usage of "Re-exporting"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages