pegasus icon indicating copy to clipboard operation
pegasus copied to clipboard

aarch64-switch-rs's nx crate and code duplication

Open XorTroll opened this issue 4 years ago • 0 comments

A big part of this project's code (mostly userland IPC client/server code) was copy-pasted from the aforementioned crate and slightly modified, and several types are a direct copy too.

It might be desirable to split the nx crate into several crates, so that one of them just contains plain types in order to avoid code duplication from other projects using them but not wanting/being able to include everything in the full crate, like in this case.

XorTroll avatar Sep 26 '21 16:09 XorTroll