sapling-nonblocking 0.1.0

Call non-blocking async Rust from non-async Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dev-dependencies.futures]
features = ["async-await", "compat"]
version = "0.3.30"

[lib]
name = "nonblocking"

[package]
authors = ["Meta Source Control Team <sourcecontrol-dev@meta.com>"]
description = "Call non-blocking async Rust from non-async Rust."
edition = "2021"
homepage = "https://sapling-scm.com/"
license = "MIT"
name = "sapling-nonblocking"
repository = "https://github.com/facebook/sapling"
version = "0.1.0"