An open API service indexing awesome lists of open source software.

https://github.com/codemod-com/codemod-engine-rust

The engine for Rust-based codemods
https://github.com/codemod-com/codemod-engine-rust

Last synced: 12 months ago
JSON representation

The engine for Rust-based codemods

Awesome Lists containing this project

README

          

# codemod-engine-rust

## Building

### MacOS (M1/M2)

cargo build --release --no-default-features --target=aarch64-apple-darwin

### MacOS (pre M1)

cargo build --release --no-default-features --target=x86_64-apple-darwin