Rust Multiplatform

Open-source Rust projects categorized as Multiplatform

Top 4 Rust Multiplatform Projects

Multiplatform
  • czkawka

    Multi functional app to find duplicates, empty folders, similar images etc.

    Project mention: Ask HN: How do you deduplicate files? | news.ycombinator.com | 2024-08-29

    You want content-addressed storage; this works with rolling content hashes that identify common blocks of memory. `rsync` uses that technique to minimize bytes to be transferred. https://github.com/qarmin/czkawka is a GUI app and CLI tool to find identical files in general and similar images in particular.

    The task is much simpler if you only want to find bit-identical entire files, not part of files; in that case, you can just run a tool like `sha1sum` over each file and record the hash digest in a database; identical files—and only identical ones, with high probability—will have the same hash, non-identical ones will have different hashes.

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • INOX

    Rust Game engine integrated in Blender [WebGPU ready] (by gents83)

  • network-interface

    Retrieve system's Network Interfaces on Linux, macOS and Windows on a standardized manner

  • libospl

    Photo management library for all platforms

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Rust Multiplatform discussion

Log in or Post with

Rust Multiplatform related posts

  • First really big Rust project: a compiler

    3 projects | /r/rust | 9 Apr 2022

Index

What are some of the best open-source Multiplatform projects in Rust? This list will help you:

Project Stars
1 czkawka 20,515
2 INOX 114
3 network-interface 62
4 libospl 6

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com

Did you konow that Rust is
the 5th most popular programming language
based on number of metions?