Split out TorrentMetadata
This commit is contained in:
parent
e440f03970
commit
100b7116df
20 changed files with 411 additions and 225 deletions
|
|
@ -82,7 +82,8 @@ pub use session::{
|
|||
};
|
||||
pub use spawn_utils::spawn as librqbit_spawn;
|
||||
pub use torrent_state::{
|
||||
ManagedTorrent, ManagedTorrentShared, ManagedTorrentState, TorrentStats, TorrentStatsState,
|
||||
ManagedTorrent, ManagedTorrentShared, ManagedTorrentState, TorrentMetadata, TorrentStats,
|
||||
TorrentStatsState,
|
||||
};
|
||||
pub use type_aliases::FileInfos;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue