SaaSHub helps you find the best software and product alternatives Learn more →
Min-sized-rust Alternatives
Similar projects and alternatives to min-sized-rust
-
-
regex
An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs.
-
Onboard AI
Learn any GitHub repo in 59 seconds. Onboard AI learns any GitHub repo in minutes and lets you chat with it to locate functionality, understand different parts, and generate new code. Use it for free at www.getonboard.dev.
-
-
-
-
embedded-graphics
A no_std graphics library for embedded applications
-
-
InfluxDB
Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.
-
-
-
-
ripgrep
ripgrep recursively searches directories for a regex pattern while respecting your gitignore
-
Rust-for-Linux
Adding support for the Rust language to the Linux kernel. (by Rust-for-Linux)
-
scapegoat
Safe, fallible, embedded-friendly ordered set/map via a scapegoat tree. Validated against BTreeSet/BTreeMap. (by tnballo)
-
tiny-rust-executable
Using Rust to make a 137-byte static AMD64 Linux executable
-
-
-
slint
Slint is a declarative GUI toolkit to build native user interfaces for Rust, C++, or JavaScript apps.
-
-
-
cargo-bloat
Find out what takes most of the space in your executable.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
min-sized-rust reviews and mentions
-
Was Rust Worth It?
Rust binaries are by default nowhere close to 500MB. If they are not small enough for you, you can try https://github.com/johnthagen/min-sized-rust. By avoiding the formatting machinery and using `panic_immediate_abort` you can get about the size of C binaries.
- Error on flashing embedded code to stm32f103
-
Shared libraries
This is not quite what you're asking, but it does also address the underlying concern: https://github.com/johnthagen/min-sized-rust
-
Announcing lavagna v2, a collaborative blackboard made with bevy and WebRTC
And what about the binary size? Applying some cheats found in the Unofficial Bevy Cheat Book and in the Minimizing Rust Binary Size article I’ve achieved to fit the whole wasm binary in less than 10M, which become 2.8M when gzip compressed.
-
Which GUI toolkit for Rust today.. few questions...
Rust binaries are so huge because the default settings turn off most size optimizations to reduce compile times. Read through this page.
-
Personal review for rust GUI frameworks
I think so too, so everything should be statically linked into a small binary, which makes sense.
- GCC gets a new frontend for Rust
-
Dioxus 0.3 – Templates, Hot Reloading, LiveView, and More
On their github repo:
> Simple "hello world" at about 65kb, comparable to React
I assume that is minified and compressed. That's quite bloat. I wonder if they try https://github.com/johnthagen/min-sized-rust ?
Also I feel like the BytecodeAlliance too much focus on their cloud runtime use case while seamless wasm + dom interop is where its adoption will skyrocking. I would rather write Rust/Go/Roc/any-sane-typing instead of TS.
-
In which circumstances is C++ better than Rust?
If you're interested in all the various techniques, https://github.com/johnthagen/min-sized-rust has a comprehensive list.
-
Ask HN: What Happened to Elm?
AssemblyScript produces the smallest binary and then Zig. Rust produces bloat binary by default but can be small by https://github.com/johnthagen/min-sized-rust for hello word type of app. I have no idea if the gc proposal could make those langs produce smaller binary size. That said, .wasm is generally smaller on wire and faster-to-execute on host.
-
A note from our sponsor - #<SponsorshipServiceOld:0x00007f0f9bbdc278>
www.saashub.com | 6 Dec 2023
Stats
johnthagen/min-sized-rust is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of min-sized-rust is Rust.
Popular Comparisons
- min-sized-rust VS smartstring
- min-sized-rust VS regex
- min-sized-rust VS embedded-graphics
- min-sized-rust VS Cargo
- min-sized-rust VS c2rust
- min-sized-rust VS rustc_codegen_gcc
- min-sized-rust VS tiny-rust-executable
- min-sized-rust VS coreutils
- min-sized-rust VS openQA
- min-sized-rust VS rustc_codegen_gcc