Skip to content

Instantly share code, notes, and snippets.

View rbran's full-sized avatar
🦜

Rubens Brandão rbran

🦜
View GitHub Profile
@rbran
rbran / bench.rs
Created October 8, 2015 18:57
Simple Bench to test dynamic and static dispatching on Rust.
use std::env;
use std::io;
use std::option::Option;
struct StructTest {
any_value: i32
}