lpc-rs / lpc-pac

Peripheral Access Crates for LPC microcontrollers
9 stars 9 forks source link

Use a workspace? #36

Closed axos88 closed 5 years ago

axos88 commented 5 years ago

https://doc.rust-lang.org/edition-guide/rust-2018/cargo-and-crates-io/cargo-workspaces-for-multi-package-projects.html

hannobraun commented 5 years ago

What would the benefit of a workspace be? I don't think it's even possible to build them together, as the different crates target different architectures (ARMv6-M and ARMv7-M).

I might be missing something though!

dbrgn commented 5 years ago

I also don't think that a workspace makes sense in this case.

I'll close the PR for now, feel free to add a comment with more context if there's a good reason to use a workspace, @axos88!