Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
(1) Yes
(2) More recent exemples are:
- Tools to refactor a very large php codebase
- Very basic vulkan based programs
- Image processing algo (processing time: python=3sec, rust=0.8sec) (python version uses cuda, rust uses opencl)
You can do anything in Rust, there are so many libs! And cargo makes using them super easy.
But it's hard to push for it when no one knows it at your workplace. -
xnor15624yI learnt rust and made one crate, which no one world probably use. It was hard, but I enjoyed every bit.
-
olback109814yI'll post some of my work here I guess. Rust is by far my favorite language.
Perif: A program to control lightning/sidetone on peripherals. https://github.com/olback/perif
Autoplank: Move plank across multiple monitors. https://github.com/olback/autoplank
rdg: Frontend for rdesktop on Linux. https://github.com/olback/rdg-linux
Library Loader: Implementation of SamacSys library loader for Linux & Mac. https://github.com/olback/...
Barium: A very work in progress end to end encrypted chat server and client. https://github.com/olback/barium
And a few more smaller things and a few crates/libraries. There is basically no limit on what you can do with Rust. -
@PrivateGER yes and no
The bit that talks to the hardware, the lowest layer is unsafe. Stuff on top isn't (apart from a few data structures) -
clans of naked cannibals.
flame thrower death traps to harvest noobs.
hadrians wall.
the somalian navy.
Related Rants
Do you use rust?
What have you built with it?
question
rust