hotswap 0.6.0

Easy code swapping in running executables
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[badges.appveyor]
repository = "draivin/rust-hotswap"

[badges.travis-ci]
repository = "draivin/rust-hotswap"

[lib]
name = "hotswap"
plugin = true

[package]
authors = ["Ian Ornelas <ian.orn@gmail.com>"]
description = "Easy code swapping in running executables"
license = "MIT"
name = "hotswap"
readme = "README.md"
repository = "https://github.com/draivin/rust-hotswap"
version = "0.6.0"