ishan 0.1.0

A Crate containing all the general purpose functions that I use in my projects
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "ip_extractor"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3e240f53cd77de7bd800d5899f625203e6d3583597e2f55eef997ec70db9f042"

[[package]]
name = "ishan"
version = "0.1.0"
dependencies = [
 "ip_extractor",
]