Skip to content

Latest commit

 

History

History
191 lines (122 loc) · 8.37 KB

File metadata and controls

191 lines (122 loc) · 8.37 KB

Rust Developer's Toolbox

Content

Tags legend

  • ( error ) -- errors handling
  • ( macro ) -- writing macros
  • ( njs ) -- NodeJs related
  • ( ui ) -- user interface
  • ( build ) -- toolchains to build your project
  • ( wasm ) -- WebAssembly-related
  • ( db ) -- database-related
  • ( virtualisation ) -- virtualisation-related, docker-related
  • ( async ) -- asynchronous programming
  • ( mem ) -- memory management
  • ( fs ) -- file system related
  • ( cargo ) -- extension of cargo
  • ( parser ) -- parser
  • ( asm ) -- machine code, byte code, interpreters, assembler
  • ( compression ) -- compression, archiving
  • ( srs ) -- self referential structures
  • ( terminal ) -- terminal, textual output

Errors handling

( error )

Macros

( macro )

UI

( ui )

Nodejs

( njs )

Building

( build )

Cargo extension

( cargo ) ( build )

WebAssembly

( wasm )

Database

( db )

Virtualization

( virtualisation )

Asynchronous

( async )

Abstract Data types

( ADT )

Memory management

( mem )

Serialization

( serialization )

File system

( fs )

Network

( network )

String

( string )

parser

( parser )

Asm

( asm )

Cryptographic

( crypto )

Compression

( compression )

Self Referential Structs

( srs )

Terminal

( terminal )