tokio-rs / prost

PROST! a Protocol Buffers implementation for the Rust Language
Apache License 2.0
3.69k stars 481 forks source link

chore: Move `prost` to a subdirectory #1033

Closed gibbz00 closed 3 months ago

gibbz00 commented 3 months ago

Removes the need to always specify append --workspace in the common cargo commands.

rust-analyser seems to get confused and locks the workspace longer than needed under the previous structure. (Lots of Blocking waiting for file lock on build directory waiting.) Unable to find an issue mentioning this.

Goals it to then make repo to more easily managed. Examples: