#object #dyn #thread-safe #any

dyn_object

Ergonomic and thread safe version of Box<dyn Any>

1 unstable release

0.2.0 Mar 26, 2024
0.1.0 Mar 26, 2024

#979 in Concurrency

Download history 181/week @ 2024-03-20 89/week @ 2024-03-27 31/week @ 2024-04-03

301 downloads per month

MIT/Apache

11KB
158 lines

dyn_object

Crates.io Docs

Ergonomic and thread safe version of Box<dyn Any>.


lib.rs:

Ergonomic and thread safe version of Box.

Dependencies

~34KB