Skip to content

Instantly share code, notes, and snippets.

View nisembedded's full-sized avatar

Boris Vinogradov nisembedded

View GitHub Profile
@nisembedded
nisembedded / Cargo.toml
Created May 18, 2025 17:20
consider `await`ing on the `Future` and calling the method on its `Output`
[package]
name = "fail_error"
version = "0.1.0"
edition = "2024"
[features]
default = ["is_sync"]
is_sync = ["maybe-async/is_sync"]
[dependencies]