Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor To Match Rust Standards #1

Open
ischeinkman opened this issue Oct 21, 2018 · 2 comments
Open

Refactor To Match Rust Standards #1

ischeinkman opened this issue Oct 21, 2018 · 2 comments

Comments

@ischeinkman
Copy link
Owner

All the direct extern bindings should be moved to a libnx-rs-sys crate, and libnx-rs should only contain a Rusty API wrapping that crate.

@leo60228
Copy link
Contributor

leo60228 commented Mar 5, 2019

For formatting it properly, try:

cargo fix --edition
cargo fix --edition-idioms
cargo fmt

@leo60228
Copy link
Contributor

I've had some trouble with cargo fix when cross-compiling, but cargo fmt should work fine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants