bitcoin-autofile 0.1.20

A non-refcounted RAII wrapper for `FILE*`. It is designed to manage the lifecycle of file pointers, ensuring that files are automatically closed when they go out of scope.
1
2
3
4
// ---------------- [ File: bitcoin-autofile/src/lib.rs ]
#[macro_use] mod imports; use imports::*;

x!{autofile}