orphanage 0.5.6

Random collection of stuff that is still searching for a home.
Documentation
1
2
3
4
5
6
7
8
// This is for backwards compatibility.  These should be removed next major
// update.

pub use crate::parsers::{BinSize, Count, DecSize, ExpandedPath};

pub use crate::parsers::serde::{binsize, count, decsize, expand_path};

// vim: set ft=rust et sw=2 ts=2 sts=2 cinoptions=2 tw=79 :