Initial commit.

This commit is contained in:
Filipe Rodrigues 2020-10-22 18:17:37 +01:00
commit 783fefc2c4
3 changed files with 11 additions and 0 deletions

3
.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
# Cargo
/target
/Cargo.lock

7
Cargo.toml Normal file
View 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
View File

@ -0,0 +1 @@
//! Integer conversions