try-push 1.0.1

A trait for attempting potentially expensive actions
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "try-push"
version = "1.0.1"
authors = ["Sebastian Malton <sebastian@malton.name>"]
edition = "2018"
description = "A trait for attempting potentially expensive actions"
repository = "https://github.com/nokel81/try-push/"
license = "MIT"
keywords = ["try", "push", "vec", "vecdeque"]
readme = "README.md"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]