Is there a text mode browser in rust

On my system I can install a "text browse" with a simple

apt-get install links

Is there a rust alternative command?

In the past for other utilities...I did

cargo install ripgrep

because I often prefer 'rg' over 'grep'
and for sure

cargo install alacritty

because 'xterm' and 'gnome-terminal' are what they are...
Is there a 'links' replacement? A

cargo install $BINARY_NAME

that will give me a pure rust simple text mode browser.
For no reason, just because....

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.