ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Rust​Cookbook​Snippets

by Orhan Balcı ST3

Sublime snippets for Rust cookbook recipes

Labels snippets, rust

Details

Installs

  • Total 961
  • Win 385
  • Mac 199
  • Linux 377
Jun 7 Jun 6 Jun 5 Jun 4 Jun 3 Jun 2 Jun 1 May 31 May 30 May 29 May 28 May 27 May 26 May 25 May 24 May 23 May 22 May 21 May 20 May 19 May 18 May 17 May 16 May 15 May 14 May 13 May 12 May 11 May 10 May 9 May 8 May 7 May 6 May 5 May 4 May 3 May 2 May 1 Apr 30 Apr 29 Apr 28 Apr 27 Apr 26 Apr 25 Apr 24
Windows 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0
Mac 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0
Linux 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

Rust Cookbook Snippets

Rust Cookbook is part of an effort to stabilize most commonly used Rust crates. This repository contains Sublime Text 3 snippets of cookbook recipes. It is an effort to spread idiomatic Rust code. Feel free to contribute.

How to install

With Package Manager

Open command palette with Ctrl+Shift+P

Search for Install Package command

Search for RustCookbookSnippets

Without Package Manager

Save files to the Packages/Sublime Text 3 Snippets directory, then relaunch Sublime:

git clone https://github.com/orhanbalci/rust-cookbook-snippets.git

cd rust-cookbook-snippets

Linux: sudo cp -r snippets/ ~/.config/sublime-text-3/Packages/

Mac: sudo cp snippets/ ~/Library/Application Support/Sublime-Text-3/Packages/

Windows: cp %APPDATA%/Sublime-Text-3/Packages/

Some Examples

http-get => http get code snippet

random-float => generate random floating number snippet