View monokai_pro_machine.vim
" Vim color file | |
" Converted from Textmate theme using Coloration v0.4.0 (http://github.com/sickill/coloration) | |
" | |
" Based on the machine filter from https://monokai.pro | |
" Edited a little by aaether | |
" For best results set termguicolors in your vimrc | |
set background=dark | |
highlight clear |
View playground.rs
// NOTE: THIS DOES NOT COMPILE | |
// | |
// Just a proof of concept of the code I have written and how I'd like to be | |
// able to use it. | |
pub extern crate r2d2; | |
#[cfg(feature = "diesel_sqlite")] | |
pub extern crate diesel; |