Syscall.rs Alternatives
Similar projects and alternatives to syscall.rs based on common topics and language
-
-
-
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.
-
cross
“Zero setup” cross compilation and “cross testing” of Rust crates [Moved to: https://github.com/cross-rs/cross] (by rust-embedded)
-
gpoint
Rust wrapper for using libc's `printf("%g")` format for your floating point output
-
-
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.
syscall.rs reviews and mentions
-
A toy std::fs impl that does not need libc
I made a toy std::fs implementation that does not depend on libc, i.e., using Raw Syscall. There are some voices in the community stating that we should make the standard library opt out of libc for better performance, so I decided to give it a try and wanna know if I could impl such stuff by myself.
Stats
japaric/syscall.rs is an open source project licensed under GNU General Public License v3.0 or later which is an OSI approved license.
The primary programming language of syscall.rs is Rust.