metamorph 1.0.1

A dynamic and extensible framework for generating and transforming Rust source code with built-in support for randomization and junk code insertion.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "metamorph"
version = "1.0.1"
edition = "2024"
description = "A dynamic and extensible framework for generating and transforming Rust source code with built-in support for randomization and junk code insertion."
license = "MIT"


[dependencies]
rand = "0.8"
regex = "1"