fallback 0.1.3

A helper library to implement fallback mechaism.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "fallback"
version = "0.1.3"
authors = ["Berrysoft <Strawberry_Str@hotmail.com>"]
categories = ["data-structures"]
description = "A helper library to implement fallback mechaism."
edition = "2021"
keywords = ["fallback"]
license = "MIT"
readme = "../README.md"
repository = "https://github.com/Berrysoft/fallback"

[dependencies]
fallback-derive = { path = "../fallback-derive", version = "0.1.2" }