InfluxDB is the Time Series Platform where developers build real-time applications for analytics, IoT and cloud-native services. Easy to start, it is available in the cloud or on-premises. Learn more →
Nomicon Alternatives
Similar projects and alternatives to nomicon
-
-
-
Appwrite
Appwrite - The Open Source Firebase alternative introduces iOS support. Appwrite is an open source backend server that helps you build native iOS applications much faster with realtime APIs for authentication, databases, files storage, cloud functions and much more!
-
-
-
-
Theseus
Theseus is a modern OS written from scratch in Rust that explores 𝐢𝐧𝐭𝐫𝐚𝐥𝐢𝐧𝐠𝐮𝐚𝐥 𝐝𝐞𝐬𝐢𝐠𝐧, novel OS structure, and state management. It strives to close the semantic gap between compiler and hardware to maximally leverage the power of language safety, and thus shift OS responsibilities like resource management into the compiler.
-
-
SonarQube
Static code analysis for 29 languages.. Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.
-
-
zig
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software.
-
Rustlings
:crab: Small exercises to get you used to reading and writing Rust code!
-
-
-
-
actix-web
Actix Web is a powerful, pragmatic, and extremely fast web framework for Rust.
-
entt
Gaming meets modern C++ - a fast and reliable entity component system (ECS) and much more
-
-
FrameworkBenchmarks
Source for the TechEmpower Framework Benchmarks project
-
zero-to-production
Code for "Zero To Production In Rust", a book on API development using Rust.
-
-
-
InfluxDB
Build time-series-based applications quickly and at scale.. InfluxDB is the Time Series Platform where developers build real-time applications for analytics, IoT and cloud-native services. Easy to start, it is available in the cloud or on-premises.
nomicon reviews and mentions
-
What's everyone working on this week (6/2023)?
You should read The Rustonomicon before you use unsafe since it's essentially the unsafe guidelines and covers much more than I can here
-
Stop Comparing Rust to Old C++
Rust doesn't have similar obscure details? May I interest you with the Rustonomicon?
-
Rust from a security perspective, where is it vulnerable?
For more details on this kind of thing, you might be interested in the Rustonomicon, which is the goto guide for the details of writing unsafe Rust code.
The "Rustonomicon" is a book about unsafe code in Rust: https://doc.rust-lang.org/nomicon/
-
Red Black Tree in Rust
Getting into unsafe Rust is generally more for intermediate to advanced users, but the Rustonomicon has good information on how to do it safely: https://doc.rust-lang.org/nomicon/
The hard part is designing a safe "rusty" interface around such data structures, so it actually becomes practical (and safe) to use them in regular Rust code. The best place to look for is the Rustonomicon book. It documents Rust's safety requirements and unsafe code.
-
Anything C can do Rust can do Better
⭐ The Rustonomicon - The Dark Arts of Advanced and Unsafe Rust Programming - repo
-
T̶h̶e̶ ̶m̶o̶s̶t̶ ̶u̶p̶v̶o̶t̶e̶d̶ ̶c̶o̶m̶m̶e̶n̶t̶ ̶p̶i̶c̶k̶s̶ ̶t̶h̶e̶ ̶n̶e̶x̶t̶ ̶l̶i̶n̶e̶ ̶o̶f̶ ̶c̶o̶d̶e̶:̶ ̶D̶a̶y̶ ̶1̶3̶. Refactor time! Rewrite lines 10-12, so their behavior doesn't change. Whoever gets it with the least amount of symbols, wins. You can use multiple lines.
Can confirm. Rust has one of these and the code looks similar: https://doc.rust-lang.org/nomicon/
-
Ask HN: Recommended Rust Resources?
I'll add a (lone?) voice for diving in to the deep end straight away:
https://doc.rust-lang.org/reference/
https://doc.rust-lang.org/nomicon/
Documentation aimed at beginners often assumes a lack of prior programming experience, which is useful if you are (for example) a high-school student learning about pointers and abstraction but IMO not a good use of time for most people posting on Hacker News.
The Rust reference manual is well-written and comprehensive for basic Rust, and the Rustonomicon has often answered my questions about more advanced topics (FFI, concurrency).
-
A note from our sponsor - InfluxDB
www.influxdata.com | 8 Feb 2023
Stats
rust-lang/nomicon is an open source project licensed under Apache License 2.0 which is an OSI approved license.