imag/imag-store/src/create.rs

6 lines
67 B
Rust
Raw Normal View History

2016-01-23 15:29:04 +00:00
use libimagrt::runtime::Runtime;
pub fn create(rt: &Runtime) {
}