I implemented a NASA image compression algorithm

This page summarizes the projects mentioned and recommended in the original post on /r/programming

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

    Progressive, error tolerant, wavelet-based image compression algorithm

  2. SaaSHub

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

    SaaSHub logo
  3. rust-bindgen

    Automatically generates Rust FFI bindings to C (and some C++) libraries.

    It looks like the guy you're replying too was kind of an ass, but I do want to point out for anyone else reading that that's not actually that much of a technical limitation: rust code can natively call C code. The main thing you need is a translation of the C library's header file so rustc knows what C functions and structs exist, and that can be automatically generated with bindgen.

  4. include-what-you-use

    A tool for use with clang to analyze #includes in C and C++ source files

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Eliminating Memory Safety Vulnerabilities at the Source

    1 project | news.ycombinator.com | 26 Sep 2024
  • Rust Bindgen

    1 project | news.ycombinator.com | 18 Sep 2023
  • the graphics driver doesn't work on gentoo.

    2 projects | /r/AsahiLinux | 15 May 2023
  • How can I use rust libraries in C++

    2 projects | /r/cpp_questions | 16 Apr 2023
  • Issue resolving dependencies when linking C libraries

    1 project | /r/rust | 7 Apr 2023

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