16 lines
732 B
Markdown
16 lines
732 B
Markdown
# `block2`
|
|
|
|
[](https://crates.io/crates/block2)
|
|
[](../LICENSE.txt)
|
|
[](https://docs.rs/block2/)
|
|
[](https://github.com/madsmtm/objc2/actions/workflows/ci.yml)
|
|
|
|
Apple's C language extension of blocks in Rust.
|
|
|
|
This crate provides functionality for interracting with C blocks, effectively
|
|
the C-equivalent of Rust's closures.
|
|
|
|
See [the docs](https://docs.rs/block2/) for a more thorough overview.
|
|
|
|
This crate is part of the [`objc2` project](https://github.com/madsmtm/objc2),
|
|
see that for related crates.
|