[package]
edition = "2018"
name = "ward"
version = "1.1.0"
authors = ["Alexander Krivács Schrøder <alexschrod@gmail.com>"]
description = "Provides a ward! macro which returns the contents of an Option<T> and otherwise returns early, and a guard! macro, which does the same, but with a syntax more similar to Swift's guard syntax"
homepage = "https://github.com/alexschrod/ward"
documentation = "https://docs.rs/ward"
readme = "README.md"
keywords = ["swift", "guard"]
categories = ["rust-patterns"]
license = "MIT"
repository = "https://github.com/alexschrod/ward"
[dependencies]