This library is currently only intended as a client so I can see why request types only have a Pack() method and responses only got an Unpack() method. I intend to use this library for an IPMI server instead so I'd need both methods on such types. Would you accept a PR that adds the missing methods or is that something you'd rather not have in this library directly?
This library is currently only intended as a client so I can see why request types only have a
Pack()method and responses only got anUnpack()method. I intend to use this library for an IPMI server instead so I'd need both methods on such types. Would you accept a PR that adds the missing methods or is that something you'd rather not have in this library directly?