Module calcify::io

source · []
Expand description

File IO

  • Even though json is supported for both reading and writing, it’s not as efficiently implemented and may lead to slowdowns when reading large files. Consider only using it for debugging, so that you can read the results of tests, otherwise use msg.

  • Feel free to use Serde when implementing the Serialization traits for your types

Trees

WriteRead
Supports all subtypesInternal types only, and not Object

FeedTrees

WriteRead
Supports all subtypesSupports all subtypes

Traits

Trait for loading a *Tree from disk.

Trait for saving a *Tree to disk.