convertable 0.1.1

Non-reflexive version of From and Into
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "convertable"
version = "0.1.1"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "Non-reflexive version of From and Into"
homepage = "https://github.com/ryo33/convertable"
repository = "https://github.com/ryo33/convertable"
readme = "README.md"
keywords = ["convert", "non-reflexive", "no-std"]
categories = ["rust-patterns", "no-std"]

[dependencies]