Rust is gaining in popularity and development. There is a desktop environment written in rust. Also, there has been a kernel written entirely in rust with 100% compatibility with the C written kernel....I havn't tried either. But I wanted to try 'rg' a faster grep. So I installed rust. From that i made an sfs x64 package. After loading the sfs user needs to add the executables ~/.cargo/bin to executables PATH by editing bashrc
RUST.sfs
Moderator: Forum moderators
Re: RUST.sfs
Deleted
- Attachments
-
- RustProblems.jpg (142.49 KiB) Viewed 1838 times
The Australian State Governments have all enacted laws to steal your assets on your death. All legal paperwork is binned and all assets seized on one disgruntled child's complaint.Move them well before you die or go into a home.
Re: RUST.sfs
There is also a method to load it all down direct.
Put this line in your terminal
Code: Select all
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
That will bring it down
Code: Select all
$ rustc --version
to check
Code: Select all
rustup self uninstall
if you want to get it gone and I think
Code: Select all
rustc
to compile and run your program after you have written it, but I have not got that far yet.
The documentation seems pretty good on the website and it comes down with the program
file:///root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/share/doc/rust/html/book/title-page.html
The Australian State Governments have all enacted laws to steal your assets on your death. All legal paperwork is binned and all assets seized on one disgruntled child's complaint.Move them well before you die or go into a home.
Re: RUST.sfs
Hey @stemsee
Sorry that was my blunder.
Yes thats what I was looking for, but the directory comes up empty when I open the sfs. Thats the problem I had.
I can't remember if I changed the directory to see all!
I'll do it again. Thanks
Yep that was it . Great language so far.
Might need a ReadMe directory with a ReadMe.txt for dopes like me!
Also you don't seem to get all the Docs with the sfs whereas the direct download brings the Docs and you need those to follow through the examples to learn and explain.
The Australian State Governments have all enacted laws to steal your assets on your death. All legal paperwork is binned and all assets seized on one disgruntled child's complaint.Move them well before you die or go into a home.