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:
commit
e422e56e91
6 changed files with 196719 additions and 0 deletions
8
Cargo.toml
Normal file
8
Cargo.toml
Normal 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"
|
Loading…
Add table
Add a link
Reference in a new issue