Noah Gold 2e24140d8b vendor/generic/metrics: document API methods. | 5 months ago | |
---|---|---|
.. | ||
generic | 2e24140d8b vendor/generic/metrics: document API methods. | 5 months ago |
README.md | e30a511986 anti_tamper: refactor generic code | 1 year ago |
/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.