this post was submitted on 27 Jun 2026
2 points (60.0% liked)

Rust

8098 readers
2 users here now

Welcome to the Rust community! This is a place to discuss about the Rust programming language.

Wormhole

!performance@programming.dev

Credits

  • The icon is a modified version of the official rust logo (changing the colors to a gradient and black background)

founded 3 years ago
MODERATORS
 

I'm kinda still shopping around for a good graphical filemanager. This is of course still very raw, but the tagging system might actually take care of the bookmark aspect, which is very important to me.

you are viewing a single comment's thread
view the rest of the comments
[–] BB_C@programming.dev 5 points 1 day ago
  • Unused deps: cfg-if, mime_guess, sysinfo

  • Unused dep openssl. There are mentions of it being used for "remote compilation". I have no idea what that means, or how it would work by adding a dependency like this. Not only openssl is not referenced anywhere in code, but it's not even a build/dev dependency, and there is no build.rs file.

  • Depends on ffmpeg-sidecar which apparently downloads ffmpeg binaries from weird places if ffmpeg is not in $PATH, a crate apparently "inspired" by webshits, and based on a GitHub action (which clearly has a very different threat model compared to executing those binaries on end-user machines).