LSR - A Rust Implementation of LS for Windows(and possibly other platforms)
This is underdevelopment
Quick Start
For now, I only tested this code on the Windows platform. Feel free to test in any other platform and tell me the results! If you want run the project I recommend building it with Rust. You will need Rust installed.
Clone the project and in the same directory open console and:
cargo build
cargo run
RoadMap
Checkout milestones
Contributing
Bug fixes
Any bug fixes are welcome. I am new to the rust language so when issuing a PR please consider describing the bug!
Improvements
You can do a PR if you want to implement a feature from the roadmap! If testing is already a thing you should PR all your changes with testing.
Also, I want to stay to vanilla rust as possible, so if you introduce a new package, we can discuss the possibility.
Tips
You can issue a tip for me related to project structure, CI/Testing, Coding, etc. I'm new to the world of Open Source and I am open to learn.
Before PR
cargo test
before the PR. All test should pass before a PR, if want to PR without tests passing, add a comment to the PR explaning why
Final Considerations
This is my first try at Open Source, I know there's probably a thousand better implementations of the LS command in Rust. But I want to experience how Open Source works :) Thanks for passing by!