Docs.rs
y86-lib-0.1.0
y86-lib 0.1.0
Permalink
Docs.rs crate page
MIT
Links
crates.io
Source
Owners
tarikeshaq
Dependencies
clap ^2.33.0
normal
lazy_static ^1.4.0
normal
num-derive ^0.3
normal
num-traits ^0.2
normal
Versions
90.91%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
parse_num
y86_lib
0.1.0
In y86_
lib::
number_
parser
y86_lib
::
number_parser
Function
parse_
num
Copy item path
Source
pub fn parse_num(value: &
str
) ->
Result
<
u64
,
Box
<dyn
Error
>>