An open API service indexing awesome lists of open source software.

https://github.com/mintlu8/dyn_object

A boxed type erased nullable dynamic object.
https://github.com/mintlu8/dyn_object

Last synced: 11 months ago
JSON representation

A boxed type erased nullable dynamic object.

Awesome Lists containing this project

README

          

# dyn_object

[![Crates.io](https://img.shields.io/crates/v/dyn_object.svg)](https://crates.io/crates/dyn_object)
[![Docs](https://docs.rs/dyn_object/badge.svg)](https://docs.rs/dyn_object/latest/dyn_object/)

Ergonomic and thread safe version of `Box`.