@@ -119,18 +119,30 @@ use bindings::tsk_size_t;
119119pub ( crate ) const TSK_NULL : tsk_id_t = -1 ;
120120
121121pub 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 } ;
123125pub use error:: TskitError ;
124126pub 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 } ;
128136pub 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 } ;
134146pub use table_collection:: TableCollection ;
135147pub use traits:: IndividualLocation ;
136148pub use traits:: IndividualParents ;
0 commit comments