Txl wrapper for Rust
txl is a transformation system developed by James R. Cordy
at Queen's University. This crate provides a command line utility to install it,
while offering a convenient function to invoke it inside Rust code.
Installation
Install the command:
Install the library:
[]
= "0.0.1"
Usage
Command line usage
which would run as if it is a txl [args] command.
Library usage
use txl;
Acknowledgement
Updates
- Integrate with Rust
- make it platform independent
- Publish the crate
- adaptively downlad relevant parser packages
- implement transformations as clippy fix rules