metamorph 1.0.0

A dynamic and extensible framework for generating and transforming Rust source code with built-in support for randomization and junk code insertion.
Documentation
[dependencies.rand]
version = "0.8"

[dependencies.regex]
version = "1"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A dynamic and extensible framework for generating and transforming Rust source code with built-in support for randomization and junk code insertion."
edition = "2024"
license = "MIT"
name = "metamorph"
readme = false
version = "1.0.0"