Docs.rs
mcfunction-debugger-1.0.2
mcfunction-debugger 1.0.2
Docs.rs crate page
GPL-3.0-or-later
Links
Repository
crates.io
Source
Owners
Adrodoc
Dependencies
clap ^2
normal
futures ^0.3
normal
hematite-nbt ^0.5
normal
log ^0.4
normal
minect ^0.1
normal
multimap ^0.8
normal
serde ^1
normal
serde_json ^1
normal
simple_logger ^4
normal
tokio ^1
normal
walkdir ^2
normal
serial_test ^1
dev
walkdir ^2
build
Versions
0.32%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
Number
Required Methods
type_name
Implementations on Foreign Types
f64
i32
Implementors
In mcfunction_debugger::parser::command::argument::brigadier
?
Trait
mcfunction_debugger
::
parser
::
command
::
argument
::
brigadier
::
Number
source
·
[
−
]
pub trait Number:
FromStr
{ fn
type_name
() -> &'static
str
; }
Required Methods
§
source
fn
type_name
() -> &'static
str
Implementations on Foreign Types
§
source
§
impl
Number
for
i32
source
§
fn
type_name
() -> &'static
str
source
§
impl
Number
for
f64
source
§
fn
type_name
() -> &'static
str
Implementors
§