Links - Programming
Languages
RUST
- Evan Chan presentation “Allocating Less: Really Thin Rust Cloud Apps” (RustLab 2021)
- Evan Chan collection of links about RUST
- C vs. Rust for hardware abstractions. Interesting examples on how to do bitwise operations in Rust.
- Rust cryptography ecosystem overview
- Actix: Actor framework for Rust
- Making slow Rust code fast: Performance tuning using Criterion.rs and flamegraphs
- Manish Goregaokar’s blog: site with many articles on “hard” rust
OSS Libraries
Protocols
Tools
VS Code Plugins
Editing:
- Trailing Spaces: Highlight trailing spaces and delete them in a flash!
- Auto-Save on Window Change: Auto-Save files by switching between windows.
Git:
- Git Graph: View a Git Graph of your repository, and perform Git actions from the graph.
C/C++:
- C/C++: C/C++ IntelliSense, debugging, and code browsing.
- Cmake: CMake langage support for Visual Studio Code.
- CMake Tools: Extended CMake support in Visual Studio Code.
- CodeLLDB: A native debugger powered by LLDB. Debug C++, Rust and other compiled languages.
Rust:
- CodeLLDB: A native debugger powered by LLDB. Debug C++, Rust and other compiled languages.
- Rust-analyzer: rust-analyzer is an implementation of Language Server Protocol for the Rust programming language. It provides features like completion and goto definition for many code editors, including VS Code, Emacs and Vim. N.B. Seems better than the “official” Rust plugin.
- Crates: Helps Rust developers managing dependencies with Cargo.toml. Only works with dependencies from crates.io.
Other:
- PlantUML: Rich PlantUML support for Visual Studio Code.
- ASN.1: ASN.1 syntax, snippets, formatting, and more.
- Better TOML: Better TOML Language support
Ultima modifica
June 2, 2022
: Sitografia: aggiunti vari siti (9b9c821)