tree: 71df1e82d6d442b77d970e6ba1da5a15cce29619 [path history] [tgz]
  1. generic/
  2. README.md
vendor/README.md

Vendor directory

/vendor/ directory facilitates maintaining downstream custom code. generic crates, containing either default implementation or stubs, live in /vendor/generic/ directory. The upstream code imports these generic crates from various Cargo.toml files.

Downstream product specific crates will live under /vendor/<product_name>/ directory. Downstream will replace /vendor/generic/crate imports with downstream crate path.