1
 2
 3
 4
 5
 6
 7
 8
 9
10
// Copyright (C) 2015, Alberto Corona <alberto@0x1a.us>
// All rights reserved. This file is part of rpf, distributed under the
// BSD 3-Clause license. For full terms please see the LICENSE file.
#![doc(html_root_url = "https://0X1A.github.io/rpf")]

//! rpf is a framework to help create Rust programs

mod utils;

pub use utils::*;