Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The exmaple provided in src/lib.rs panics because the code attempts look for debug args when the interface does not have one. Fix this issue by guarding these calls with the bool self.ifc_debug which indactes the presnesce of those options. Fixes: tkeksa#4 Signed-off-by: Siddharth Chandrasekaran <[email protected]>
- Loading branch information