map_box_from 0.1.1

Adds `Box`-ed versions of `From` and `Into` traits - allowing implementations for unsized type parameters and following looser guidelines.
Documentation
1
2
3
4
5
6
7
8
9
[package]
name = "map_box_from"
version = "0.1.1"
edition = "2024"
description = "Adds `Box`-ed versions of `From` and `Into` traits - allowing implementations for unsized type parameters and following looser guidelines."
license = "MIT OR Apache-2.0"

[dependencies]
tap = "1.0.1"