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
- Host: GitHub
- URL: https://github.com/codemod-com/codemod-engine-rust
- Owner: codemod-com
- License: apache-2.0
- Created: 2022-11-30T08:04:46.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-07T14:11:58.000Z (over 2 years ago)
- Last Synced: 2025-02-12T11:17:01.976Z (about 1 year ago)
- Language: Rust
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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