logan 0.0.1

Logic Analyzer and Protocol Decoder library
Documentation
1
2
3
4
5
6
with import <nixpkgs> {};
stdenv.mkDerivation {
  name = "lars-current";
  buildInputs = [ rustc ];
}