molly 0.3.2

A fast reader for the xtc file format
Documentation
1
2
3
4
5
6
#!/bin/fish
cargo build -r --examples

time for file in (find $argv[1] -name '*.xtc' | sort)
	echo '====>' $file && target/release/examples/compare $file || break
end