-
Notifications
You must be signed in to change notification settings - Fork 2
Open
1 / 21 of 2 issues completedDescription
This is an issue tracker for tracking our progress on implementing resumable torrents and saving the state of the engine to be used later.
The goal:
- Create a
EngineExportstruct that contains all the relevant state of the engine needed for resuming later - Have
EngineExportimplementSerializeandDeserializefrom serde so it can be coerced into any data format (json, toml, etc.) - Implement the actual resumability logic when the user passes a
EngineExportstruct into the engine - Create a usable
engine.exportandEngine::from_export(export)API or something of that nature.
Sub-issues
Metadata
Metadata
Assignees
Labels
No labels