fwdlist 0.2.0

A simply linked (forward) list
Documentation
#!/bin/bash
opt="--dump-instr=yes --trace-jump=yes --cache-sim=yes --branch-sim=yes"
more_opt="--collect-atstart=no --toggle-collect=*penultimate_link*"
target=target/release/fwdlist-e522d1e72a352e0c
set -x
valgrind --tool=callgrind $opt $more_opt --callgrind-out-file=callgrind.out $target --test one_penultimate