Docs.rs
fixed-macro-1.2.0
Platform
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
fixed-macro 1.2.0
Macros for creating fixed-point constants for types in the `fixed` crate.
Crate
Source
Builds
Feature flags
Documentation
Hide files
..
exp-too-big.rs
exp-too-big.stderr
exp-too-small.rs
exp-too-small.stderr
extra-tokens.rs
extra-tokens.stderr
float-suffix.rs
float-suffix.stderr
int-suffix.rs
int-suffix.stderr
invalid-type-01.rs
invalid-type-01.stderr
invalid-type-02.rs
invalid-type-02.stderr
invalid-type-03.rs
invalid-type-03.stderr
invalid-type-04.rs
invalid-type-04.stderr
invalid-type-05.rs
invalid-type-05.stderr
invalid-type-06.rs
invalid-type-06.stderr
invalid-type-07.rs
invalid-type-07.stderr
literal-and-semi.rs
literal-and-semi.stderr
neg-for-unsigned.rs
neg-for-unsigned.stderr
no-input.rs
no-input.stderr
not-a-number.rs
not-a-number.stderr
only-literal.rs
only-literal.stderr
overflow-01.rs
overflow-01.stderr
overflow-02.rs
overflow-02.stderr
single-minus.rs
single-minus.stderr
start-with-dot.rs
start-with-dot.stderr
types-not-a-number.rs
types-not-a-number.stderr
types-overflow-01.rs
types-overflow-01.stderr
types-overflow-02.rs
types-overflow-02.stderr
1
2
3
fn
main
(
)
{
fixed_macro
::
fixed
!
(
)
;
}