Skip to content
/ huffr Public

A CLI tool to generate stack evolution comment in your huff projects.

License

Notifications You must be signed in to change notification settings

Yashiru/huffr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Huffr - CLI Stack Comment Generator for Huff

Huffr is a command-line interface designed to automatically generate comments detailing the evolution of the stack during the execution of code written in Huff. Designed with Rust's robustness, it offers an efficient and fast way to understand the Huff assembly stack changes.

Note Since Huffr is a visionary showcase, certain functionalities might not exist yet or might differ in the actual implementation.

Features

Generate stack comments for Huff files:

huffr <path_to_huff_file>

Planned Issues & Enhancements

Upcoming issues, enhancements, and the project roadmap will be available on the GitHub repository.


How to Collaborate

Setting up the project

git clone https://github.com/YourGitHubUsername/huffr.git

Installing Rust and required libraries

Follow the Rust installation guide and ensure you have the latest version.

Run tests (once implemented)

cargo test

Experimenting with the CLI

Once you have the environment set up, you can start playing with the proposed functionalities by calling the respective commands.

Abiding by the Rust coding standards

It's crucial to maintain the quality and readability of Rust code. Adhere to the Rust programming guidelines and best practices throughout the development.

👉 Rust guidelines

About

A CLI tool to generate stack evolution comment in your huff projects.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages