auric-runtime 0.1.6

Runtime for the Ember-inspired Auric SPA framework
Documentation
1
2
3
4
5
6
7
8
mod adapter;
pub mod adapters;
mod options;
mod store;

pub use adapter::Adapter;
pub use options::*;
pub use store::Store;