3 releases (1 stable)

Uses old Rust 2015

1.0.0 Oct 25, 2022
0.1.1 Oct 25, 2022
0.1.0 Jan 4, 2018

#2295 in Rust patterns

Download history 22/week @ 2024-02-15 35/week @ 2024-02-22 16/week @ 2024-02-29 24/week @ 2024-03-07 15/week @ 2024-03-14 12/week @ 2024-03-21 15/week @ 2024-03-28

69 downloads per month
Used in 6 crates (2 directly)

CC0 license

2KB

The pointer-sized floating-point type.

The size of this primitive is how many bytes it takes to reference any location in memory. For example, on a 32 bit target, this is 4 bytes and on a 64 bit target, this is 8 bytes.

As Rust only supports f32 and f64, fsize is only provided for 32 and 64 bit targets.

No runtime deps