Arnavion / k8s-openapi

Rust definitions of the resource types in the Kubernetes client API
Apache License 2.0
382 stars 40 forks source link

Add all subprojects to cargo workspace #107

Closed nightkr closed 3 years ago

nightkr commented 3 years ago

This ensures that Rust-Analyzer can find all subprojects, and allows Cargo to perform treewide actions (with the --workspace flag).

nightkr commented 3 years ago

Kind of an unrelated question, but do you use rustfmt here? I couldn't really get it to not mangle writeln!s in codegen-common.

Arnavion commented 3 years ago

Kind of an unrelated question, but do you use rustfmt here? I couldn't really get it to not mangle writeln!s in codegen-common.

No.

https://github.com/Arnavion/k8s-openapi/pull/50#pullrequestreview-291876736

https://github.com/Arnavion/k8s-openapi/pull/94#issuecomment-841724399

nightkr commented 3 years ago

Ok, both should be addressed now.