dntk 2.1.8

Command line's multi-platform interactive calculator, GNU bc wrapper.
1
2
3
4
5
6
7
8
pub extern crate subprocess;

use super::meta;
use std::path::PathBuf;
use subprocess::{Exec, PopenError, Redirection, ExitStatus};

include!("bc.rs");
include!("tests.rs");