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
7
use rinkle::prelude::*;

#[allow(clippy::unnecessary_wraps)]
fn main() -> Result<()> {
	println!("Hello, World!");
	Ok(())
}