C and C++ have a `stdint.h` header defining fixed-size integers.

Rust doesn't have any arbitrarily defined integer types like C. It has
8/16/32/64-bit variants of both signed and unsigned integers, along
with pointer-size integers covering the address space (int and uint).
_______________________________________________
Rust-dev mailing list
Rust-dev@mozilla.org
https://mail.mozilla.org/listinfo/rust-dev

Reply via email to