Expand description
A rust interface to tskit.
Re-exports§
pub use bindings::TSK_NODE_IS_SAMPLE;
pub use bindings::TSK_NO_BUILD_INDEXES;
pub use bindings::TSK_SAMPLE_LISTS;
pub use bindings::tsk_flags_t;
pub use bindings::tsk_id_t;
pub use bindings::tsk_size_t;
pub use error::TskitRustError;
Modules§
- bindings
- Low-level (“unsafe”) bindings to the C API.
- error
- Error handling
- types
- “Other” tskit types live here.
Structs§
- Edge
Table - An immutable view of an edge table.
- Mutation
Table - An immutable view of site table.
- Node
Table - An immtable view of a node table.
- Population
Table - An immutable view of site table.
- Site
Table - An immutable view of site table.
- Table
Collection - A table collection.
Constants§
- TSK_
NULL - “Null” identifier value.
Functions§
- version
- Get the tskit_rust version number.
Type Aliases§
- TskReturn
Value - Handles return codes from low-level tskit functions.