Crates.io | dispatch2 |
lib.rs | dispatch2 |
version | |
source | src |
created_at | 2022-10-01 23:05:32.579543 |
updated_at | 2025-01-23 01:09:51.69845 |
description | Bindings and wrappers for Apple's Grand Central Dispatch (GCD) |
homepage | |
repository | https://github.com/madsmtm/objc2 |
max_upload_size | |
id | 678044 |
Cargo.toml error: | TOML parse error at line 22, column 1 | 22 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
dispatch2
Rust bindings to Apple's Grand Central Dispatch.
This README is kept intentionally small to consolidate the documentation, see the Rust docs for more details on this crate.
This crate is part of the objc2
project,
see that for related crates.