bed-reader 0.2.21

Read and write the PLINK BED format, simply and efficiently.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[build-system]

requires = ["maturin==0.12.5"]

build-backend = "maturin"



[tool.isort]

profile = "black"

multi_line_output = 3



[tool.black]

line-length = 88



[tool.maturin]

# https://github.com/PyO3/pyo3/discussions/2271

cargo-extra-args = "--features extension-module"



[build]

# https://nnethercote.github.io/perf-book/compile-times.html

rustflags = ["-C", "link-arg=-fuse-ld=lld"]