mirror of
https://github.com/Zenithsiz/int-conv.git
synced 2026-02-03 22:23:58 +00:00
Initial commit.
This commit is contained in:
commit
783fefc2c4
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
# Cargo
|
||||
/target
|
||||
/Cargo.lock
|
||||
7
Cargo.toml
Normal file
7
Cargo.toml
Normal file
@ -0,0 +1,7 @@
|
||||
[package]
|
||||
name = "int-conv"
|
||||
version = "0.1.0"
|
||||
authors = ["Filipe Rodrigues <filipejacintorodrigues1@gmail.com>"]
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
1
src/lib.rs
Normal file
1
src/lib.rs
Normal file
@ -0,0 +1 @@
|
||||
//! Integer conversions
|
||||
Loading…
x
Reference in New Issue
Block a user