We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
extern
libnx-rs-sys
libnx-rs
The text was updated successfully, but these errors were encountered:
For formatting it properly, try:
cargo fix --edition cargo fix --edition-idioms cargo fmt
Sorry, something went wrong.
I've had some trouble with cargo fix when cross-compiling, but cargo fmt should work fine.
cargo fix
cargo fmt
No branches or pull requests
All the direct
extern
bindings should be moved to alibnx-rs-sys
crate, andlibnx-rs
should only contain a Rusty API wrapping that crate.The text was updated successfully, but these errors were encountered: