Page 1 of 1
RUST.sfs
Posted: Thu Jan 20, 2022 5:11 pm
by stemsee
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
https://drive.google.com/file/d/1771cZ9 ... sp=sharing
Re: RUST.sfs
Posted: Fri Jan 21, 2022 7:17 am
by April
Re: RUST.sfs
Posted: Fri Jan 21, 2022 10:49 pm
by April
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
to check
if you want to get it gone and I think
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
Re: RUST.sfs
Posted: Sat Jan 22, 2022 12:51 pm
by stemsee
Hi April
In the /root/ directory there is a hidden directory '.cargo' in that is the bin directory '

- rust.png (47.93 KiB) Viewed 2407 times
Re: RUST.sfs
Posted: Sat Jan 22, 2022 9:27 pm
by April
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.
Re: RUST.sfs
Posted: Mon Jan 24, 2022 5:18 pm
by stemsee
No worries! Yeah, I missed the docs!