Docs.rs
js_int-0.2.2
js_int 0.2.2
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
jplatte
Dependencies
serde ^1.0
normal
serde_test ^1.0
dev
Versions
100%
of the crate is documented
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
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
In js_int
?
Macro
js_int
::
int
source
·
[
−
]
macro_rules!
int
{ (
$
n
:
literal
) => { ... }; }
Expand description
Creates an
Int
from a numeric literal.