dymod 0.5.1

A macro to allow hotswapping code for a module in debug mode, but statically linking it safely in release mode.
Documentation
[badges.travis-ci]
branch = "master"
repository = "mistodon/dymod"

[features]
auto-reload = []
default = ["auto-reload", "libloading"]
force-dynamic = ["libloading"]
force-static = []

[lib]
name = "dymod"
path = "src/lib.rs"

[package]
authors = ["Vi <violet@hey.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["game-development", "development-tools"]
description = "A macro to allow hotswapping code for a module in debug mode, but statically linking it safely in release mode."
edition = "2024"
keywords = ["linking", "static", "dynamic", "hotswapping", "dylib"]
license = "CC0-1.0"
name = "dymod"
readme = "README.md"
repository = "https://git.sr.ht/~mistodon/dymod"
version = "0.5.1"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.libloading]
optional = true
version = "0.8"