raslib VS rust-x86asm

Compare raslib vs rust-x86asm and see what are their differences.

raslib

Manage Raspberry PI devices with Rust. GPIO ports and direct support for L298N circuit motors (by antoninhrlt)

rust-x86asm

A Rust library for x86/64 assembly/disassembly. (by GregoryComer)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
raslib rust-x86asm
1 1
6 49
- -
6.0 10.0
9 months ago almost 4 years ago
Rust Rust
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

raslib

Posts with mentions or reviews of raslib. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-04-10.
  • Let me show you my projects
    6 projects | /r/rust | 10 Apr 2022
    I'm interested about Linux and Raspberry PI, so I've made an Raspberry PI library in Rust : raslib, just little things but I also made this (linked to "raslib") : i2clib, to do electronics stuff.

rust-x86asm

Posts with mentions or reviews of rust-x86asm. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-04-10.
  • Let me show you my projects
    6 projects | /r/rust | 10 Apr 2022
    Nice work with junon, but why not e.g. use clap for argument parsing and log for logging? It's actually really cool that you directly generate assembly rather than using code-generators like e.g. LLVM or cranelift; but maybe also consider pulling in dependencies like https://github.com/GregoryComer/rust-x86asm to do the assembly generation more cleanly. Implementing things yourself is a very effective way to learn; but there's no reason to re-invent the wheel once you've learned, and e.g. generating assembly directly should yield much more efficient code than generating text and then invoking an assembler, which is what it looks like junon is doing from a cursory skim. Also for parsing, why not have a look at libraries like nom (though there are very good reasons to write your own recursive descent parsers, e.g. for good error handling; see the work on rust-analyzer's parser).

What are some alternatives?

When comparing raslib and rust-x86asm you can also consider the following projects:

osmini - Mini operating system with a graphical interface, for x64 platforms, in Rust and Assembly [just started]

juc - Compiler for the Junon language. Multi-platform and modern design. Currently only available for Linux

i2clib - Library for i2c manipulation in Rust. Designed for OLED displays on Raspberry PI [paused dev because my screen is broken]

sdymh - Tool collection to automate the solution of mathematical exercises. "Stop doing your math homework"

endbasic - BASIC environment with a REPL, a web interface, a graphical console, and RPi support written in Rust