Docs.rs
cargo-n64-0.1.2
cargo-n64 0.1.2
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
parasyte
Dependencies
byteorder ^1.3
normal
colored ^1.7
normal
crc32fast ^1.2
normal
failure ^0.1
normal
failure_derive ^0.1
normal
fatfs ^0.3
normal
goblin ^0.2
normal
itertools ^0.8
normal
serde ^1.0
normal
serde_json ^1.0
normal
Versions
Go to latest version
Platform
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
cargo_n64
All crates
[
−
]
[src]
Function
cargo_n64
::
handle_errors
pub fn handle_errors<F, R>(run: R)
where
F:
Fail
,
R:
Fn
() ->
Result
<
()
, F>,