struct-patch 0.13.0

A library that helps you implement partial updates for your structs.
Documentation
1
2
3
4
5
#![cfg(feature = "box")]

extern crate alloc;
pub use alloc::boxed::Box;