nyandere 0.1.2

i help with keeping track of purchases. meow
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//! Niceties for writing commands. Feel free to glob-import this!

pub use crate::{
    Name, cmd_args, error,
    ext::{
        self,
        business::{Balance, Money, Value},
        shop::Gtin,
    },
    runtime::{
        Emerge, Resolve, State,
        cmd::{Command, Error, Output, Run},
        model::{ActorKind as Actor, Concept, Dir, Entity, Object, Split},
    },
    syntax::ast,
};