fsize 1.0.0

`fsize` is aliased to the floating-point type of pointer size
Documentation
  • Coverage
  • 50%
    1 out of 2 items documented0 out of 0 items with examples
  • Size
  • Source code size: 1.46 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 456.67 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 8s Average build duration of successful builds.
  • all releases: 8s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • jswrenn/fsize
    1 2 1
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • jswrenn

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.