Skip to content

Minor, added Node::null

Compare
Choose a tag to compare
@dginev dginev released this 27 Sep 03:00
· 110 commits to master since this release

Added

  • Node::null placeholder that avoids the tricky memory management of Node::mock that can lead to memory leaks. Really a poor substitute for the better Option<Node> type with a None value, which is recommended instead.