RUST.sfs

Moderator: Forum moderators

Post Reply
User avatar
stemsee
Posts: 656
Joined: Sun Jul 26, 2020 8:11 am
Location: lattitude 0
Has thanked: 160 times
Been thanked: 104 times
Contact:

RUST.sfs

Post 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

User avatar
April
Posts: 493
Joined: Tue Dec 29, 2020 9:06 pm
Has thanked: 57 times
Been thanked: 28 times

Re: RUST.sfs

Post by April »

Deleted

Attachments
RustProblems.jpg
RustProblems.jpg (142.49 KiB) Viewed 1177 times
Last edited by April on Sat Jan 22, 2022 9:36 pm, edited 1 time in total.

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.

User avatar
April
Posts: 493
Joined: Tue Dec 29, 2020 9:06 pm
Has thanked: 57 times
Been thanked: 28 times

Re: RUST.sfs

Post 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

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

Last edited by April on Sat Jan 22, 2022 9:37 pm, edited 1 time in total.

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.

User avatar
stemsee
Posts: 656
Joined: Sun Jul 26, 2020 8:11 am
Location: lattitude 0
Has thanked: 160 times
Been thanked: 104 times
Contact:

Re: RUST.sfs

Post by stemsee »

Hi April

In the /root/ directory there is a hidden directory '.cargo' in that is the bin directory '

rust.png
rust.png (47.93 KiB) Viewed 1117 times
User avatar
April
Posts: 493
Joined: Tue Dec 29, 2020 9:06 pm
Has thanked: 57 times
Been thanked: 28 times

Re: RUST.sfs

Post 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.

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.

User avatar
stemsee
Posts: 656
Joined: Sun Jul 26, 2020 8:11 am
Location: lattitude 0
Has thanked: 160 times
Been thanked: 104 times
Contact:

Re: RUST.sfs

Post by stemsee »

No worries! Yeah, I missed the docs!

Post Reply

Return to “Package Collections/Repositories”