This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set nocompatible | |
" set the runtime path to include Vundle and initialize | |
set rtp+=~/.vim/bundle/Vundle.vim | |
call vundle#begin() | |
" let Vundle manage Vundle, required | |
Plugin 'VundleVim/Vundle.vim' | |
Plugin 'vim-airline/vim-airline' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#![feature(test)] | |
extern crate test; | |
#[cfg(test)] | |
mod benchs { | |
use crate::parser; | |
use std::{fs::File, io::Read}; | |
use test::Bencher; | |
macro_rules! bench_source { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
🌞 Morning 1 commits █▍░░░░░░░░░░░░░░░░░░░ 6.7% | |
🌆 Daytime 4 commits █████▌░░░░░░░░░░░░░░░ 26.7% | |
🌃 Evening 8 commits ███████████▏░░░░░░░░░ 53.3% | |
🌙 Night 2 commits ██▊░░░░░░░░░░░░░░░░░░ 13.3% |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
⭐ Total Stars: 2 | |
➕ Total Commits: 1.7k | |
🔀 Total PRs: 68 | |
🚩 Total Issues: 36 | |
📦 Contributed to: 8 |