steamid 0.3.0

Simple SteamID type.
Documentation
[package]
name = "steamid"
version = "0.3.0"
authors = ["XMPPwocky <nttheis@gmail.com>"]
license = "MIT"
description = "Simple SteamID type."
repository = "https://github.com/XMPPwocky/steamid"

[features]
redis-support = ["redis"]

[dependencies]
redis = { version = "*", optional = true }