dotnetdll 0.1.1

A framework for reading and writing .NET metadata files, such as C# library DLLs.
Documentation
1
2
3
4
5
6
7
8
services:
  tests:
    image: ghcr.io/nickbclifford/dotnetdll:main
    volumes:
      - .:/dotnetdll
    working_dir: /dotnetdll
    environment:
      RUST_BACKTRACE: 1