hockeyhurd / rson

A simple JSON library for the Rust programming language.
Apache License 2.0
1 stars 0 forks source link

Issue #13: Allow building RNodes from a factory function. #14

Closed hockeyhurd closed 3 months ago

hockeyhurd commented 3 months ago

The 'create_node' function in this file implements the factory design pattern.