GitHubSign in

type casting is the process of converting an expression from one data type to another

"In Rust, there are no implicit type conversions (coercions) between primitive types. However, explicit type conversions (casting) can be achieved using the `as` keyword."

@giovanni-norbedo