noexcept 0.0.1

Attribute macro equivalent to C++'s noexcept specifier
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies.noexcept-impl]
version = "0.0.1"

[package]
authors = ["David Tolnay <dtolnay@gmail.com>"]
description = "Attribute macro equivalent to C++'s noexcept specifier"
documentation = "https://docs.rs/noexcept"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "noexcept"
repository = "https://github.com/dtolnay/no-panic"
resolver = "1"
version = "0.0.1"
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]