Skip to content

Instantly share code, notes, and snippets.

@rrichardson
Created April 1, 2012 00:33
Show Gist options
  • Save rrichardson/2270051 to your computer and use it in GitHub Desktop.
Save rrichardson/2270051 to your computer and use it in GitHub Desktop.
#[link(name = "import",
vers = "0.1",
uuid = "0b3f44de-9dba-44e9-958e-087f00c6b82f",
url = "https://dunno/yet")];
#[comment = "A test project for"];
#[author = "Rick Richardson"];
#[license = "Unknown"];
#[crate_type = "bin"];
use std;
mod import;
mod ldb;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment