1
Fork 0
mirror of https://github.com/RGBCube/is-even-u16 synced 2025-07-30 16:17:47 +00:00

Initial commit

This commit is contained in:
RGBCube 2024-03-07 11:37:59 +03:00
commit e422e56e91
No known key found for this signature in database
6 changed files with 196719 additions and 0 deletions

8
Cargo.toml Normal file
View file

@ -0,0 +1,8 @@
[package]
name = "is-even-u16"
description = "Specialized is-even checking for u16 numbers"
version = "1.0.0"
license = "MIT"
repository = "https://github.com/RGBCube/is-even-u16"
authors = [ "RGBCube" ]
edition = "2021"