Crate codama_stores

Source

Structs§

CrateStore
FileModuleStore
RootStore

Functions§

get_closest_manifest_path
Given a path, get the closest available path to a Cargo.toml file. E.g. “my/crate/Cargo.toml” returns “my/crate/Cargo.toml” E.g. “my/crate” may return “my/crate/Cargo.toml” E.g. “my/workspace/crate” may return “my/workspace/Cargo.toml”