WelcomeBack 0.1.1

my first crate
Documentation
1
2
3
use std::ops::Deref;

pub struct MyBox (pub String);