3 releases (breaking)

0.3.1 Nov 4, 2022
0.3.0 Nov 3, 2022
0.2.0 Nov 3, 2022
0.1.0 Sep 26, 2022
0.0.6 Sep 18, 2022

#1930 in Rust patterns

Download history 4/week @ 2024-01-29 6/week @ 2024-02-12 32/week @ 2024-02-19 31/week @ 2024-02-26 20/week @ 2024-03-04 46/week @ 2024-03-11 16/week @ 2024-03-18

115 downloads per month

MPL-2.0 license

14KB
167 lines

unnest

Crates.io Docs.rs Deps.rs Security audit Continuous integration License: MPL 2.0

Macros for an unnested control flow. In contrast to let-else statements these macros evaluate to expressions.

License

Licensed under the Mozilla Public License 2.0 (MPL-2.0) (see MPL-2.0.txt or https://www.mozilla.org/MPL/2.0/).

Permissions of this copyleft license are conditioned on making available source code of licensed files and modifications of those files under the same license (or in certain cases, one of the GNU licenses). Copyright and license notices must be preserved. Contributors provide an express grant of patent rights. However, a larger work using the licensed work may be distributed under different terms and without source code for files added in the larger work.

Contribution

Any contribution intentionally submitted for inclusion in the work by you shall be licensed under the Mozilla Public License 2.0 (MPL-2.0).

It is required to add the following header with the corresponding SPDX short identifier to the top of each file:

// SPDX-License-Identifier: MPL-2.0

No runtime deps