fieldx 0.2.3

Procedural macro for constructing structs with lazily initialized fields, builder pattern, and serde support with a focus on declarative syntax.
Documentation
1
2
3
4
5
6
7
pub use once_cell::unsync::OnceCell;
#[doc(hidden)]
pub use std::cell::Ref;
#[doc(hidden)]
pub use std::cell::RefCell;
#[doc(hidden)]
pub use std::cell::RefMut;