All Projects → freebroccolo → Rust Snippets

freebroccolo / Rust Snippets

Licence: mit
Rust snippets for yasnippet

rust-snippets

Rust snippets for yasnippet

Requirements

  1. Emacs
  2. Yasnippet

Installation

This package should be available through MELPA:

M-x package-install rust-snippets

Alternatively, after cloning this repository:

(add-to-list 'load-path "<path>/rust-snippets")
(autoload 'rust-snippets/initialize "rust-snippets")
(eval-after-load 'yasnippet
  '(rust-snippets/initialize))
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].