Back
Close

Rust for Python Developers - Unsigned, Signed Integers and Casting

Shin_O
31.5K views

This story was originally published on Medium

Follow me:

Casting in Rust

Casting means changing the data type of a piece of data from one type to another.

as keyword turns primitive types into other primitive types. We can use as keyword to solve the code in the introduction.

When you cast from a small length to a larger length, for example from 8-bit to 16-bit, there won’t be any problem but when you cast down, you may have a problem.

Create your playground on Tech.io
This playground was created on Tech.io, our hands-on, knowledge-sharing platform for developers.
Go to tech.io