Skip to content

JakobDegen/captures

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

More Powerful Closure Captures

This crate provides simple macros letting you express more powerful closure captures. These macros allow you to capture by value, by arbitrary expression, or by reference, allow you to override the Edition-2021 capture semantics, and allow you to ensure that no variables besides the ones you specify are captured. See the full documentation.

Contributing

If you encounter any problems, from behavior that is just wrong to poor diagnostics, please file an issue. I'm also happy to hear about usage reports; you can contact me via email at jakob@degen.com or on Discord at DreamConspiracy#7253.

About

Rust crate providing macros for more powerful closure captures

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages