rinkle 0.1.0

A symlink farm manager which takes distinct sets of software and/or data located in separate directories on the filesystem, and makes them appear to be installed in a single directory tree.
Documentation
1
2
3
4
5
6
//! Prelude for the crate
pub use crate::error::*;

#[allow(dead_code)]
/// Generic Wrapper tuple struct for newtype patterns
pub struct W<T>(pub T);