@@ -119,18 +119,30 @@ use bindings::tsk_size_t;
119
119
pub ( crate ) const TSK_NULL : tsk_id_t = -1 ;
120
120
121
121
pub use edge_differences:: * ;
122
- pub use edge_table:: { EdgeTable , EdgeTableRow , OwningEdgeTable } ;
122
+ #[ allow( deprecated) ]
123
+ pub use edge_table:: OwningEdgeTable ;
124
+ pub use edge_table:: { EdgeTable , EdgeTableRow } ;
123
125
pub use error:: TskitError ;
124
126
pub use flags:: * ;
125
- pub use individual_table:: { IndividualTable , IndividualTableRow , OwningIndividualTable } ;
126
- pub use migration_table:: { MigrationTable , MigrationTableRow , OwningMigrationTable } ;
127
- pub use mutation_table:: { MutationTable , MutationTableRow , OwningMutationTable } ;
127
+ #[ allow( deprecated) ]
128
+ pub use individual_table:: OwningIndividualTable ;
129
+ pub use individual_table:: { IndividualTable , IndividualTableRow } ;
130
+ #[ allow( deprecated) ]
131
+ pub use migration_table:: OwningMigrationTable ;
132
+ pub use migration_table:: { MigrationTable , MigrationTableRow } ;
133
+ #[ allow( deprecated) ]
134
+ pub use mutation_table:: OwningMutationTable ;
135
+ pub use mutation_table:: { MutationTable , MutationTableRow } ;
128
136
pub use newtypes:: * ;
129
- pub use node_table:: {
130
- NodeDefaults , NodeDefaultsWithMetadata , NodeTable , NodeTableRow , OwningNodeTable ,
131
- } ;
132
- pub use population_table:: { OwningPopulationTable , PopulationTable , PopulationTableRow } ;
133
- pub use site_table:: { OwningSiteTable , SiteTable , SiteTableRow } ;
137
+ #[ allow( deprecated) ]
138
+ pub use node_table:: OwningNodeTable ;
139
+ pub use node_table:: { NodeDefaults , NodeDefaultsWithMetadata , NodeTable , NodeTableRow } ;
140
+ #[ allow( deprecated) ]
141
+ pub use population_table:: OwningPopulationTable ;
142
+ pub use population_table:: { PopulationTable , PopulationTableRow } ;
143
+ #[ allow( deprecated) ]
144
+ pub use site_table:: OwningSiteTable ;
145
+ pub use site_table:: { SiteTable , SiteTableRow } ;
134
146
pub use table_collection:: TableCollection ;
135
147
pub use traits:: IndividualLocation ;
136
148
pub use traits:: IndividualParents ;
0 commit comments