Skip to content

Commit e9d73e4

Browse files
committed
Fix crate name in README.md
1 parent 28deef7 commit e9d73e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This package provides the following:
88

99
1. Low-level bindings to the C API of both `tskit` and `kastore`.
1010
We use [bindgen](https://docs.rs/bindgen) to automatically generate the bindings.
11-
2. The struct `tskit_rust::TableCollection`, which wraps
11+
2. The struct `tskit::TableCollection`, which wraps
1212
`tsk_table_collection_t`. The wrapper is currently
1313
incomplete, supporting only node, edge, site,
1414
mutation, and population tables. The remaining
@@ -24,7 +24,7 @@ The overview is:
2424
4. Finally, the entire rust package is generated.
2525

2626
The result is a `rust` library with all of these two C libraries statically compiled in.
27-
Further, `rust` types and functions exist in the module name `tskit_rust::bindings`, allowing `unsafe` access to the low-level API.
27+
Further, `rust` types and functions exist in the module name `tskit::bindings`, allowing `unsafe` access to the low-level API.
2828

2929
In the future, we hope to develop a more "rusty" front-end, hiding the `unsafe` bits from client code.
3030

0 commit comments

Comments
 (0)