- Rust 87.2%
- Shell 7.1%
- Batchfile 5.7%
Cousugaison
This rust app is meant to help to learn and use French conjugation.
It has started initially as a rust copy of Verbiste but is meant to be expanded later as a way to learn and review French conjugations (good luck with that by the way!).
Getting Started
This is an rust app using the egui library for the GUI.
Make sure to have rust installed, download the repo and run
cargo run
Downloading
The executables for linux and Windows can be found in the package registry, the latest version being here.
There is only an installer for Debian base distro.
Building from Source
Linux (Debian based)
You can install the .deb file directly. To create a shortcut, Copy the
desktop file to your system folder with all the app
shortcuts, typically /usr/share/applications.
You can also use
cargo install cargo-deb
cargo deb --install
Linux (Other distro)
Make sure you have rust install, clone the repo and launch:
cargo build --release
Windows
Either install the .exe or install rust and run
cargo build --release
Contributing
That's my first open-source app, don't hesitate to get in touch to give feedback and participate.
License
This project is licensed under the GNU General Public License
Acknowledgements
The XLM database with all the verbs is taken from the Verbiste software.