Skip to content

How to save the result #34

Answered by b-inary
kgp1202 asked this question in Q&A
Jul 11, 2023 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

We can save and load a full tree using experimental file I/O functions (the spec is not yet stabilized, so I cannot guarantee future compatibility), but currently we do not provide an easy way to save or extract a subtree. If saving and loading a full tree is sufficient, please see src/file.rs for more information on experimental file I/O functions: basically, the save_data_to_file and load_data_from_file functions will do the job.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@kgp1202
Comment options

Answer selected by kgp1202
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants