File: README.md

package info (click to toggle)
rust-num-conv 0.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 108 kB
  • sloc: makefile: 4
file content (5 lines) | stat: -rw-r--r-- 225 bytes parent folder | download
1
2
3
4
5
# num-conv

`num_conv` is a crate to convert between integer types without using `as` casts. This provides
better certainty when refactoring, makes the exact behavior of code more explicit, and allows using
turbofish syntax.