// This is free and unencumbered software released into the public domain.
#![no_std]#![forbid(unsafe_code)]#![cfg_attr(docsrs,feature(doc_cfg))]externcrate alloc;#[cfg(feature ="std")]externcrate std;pubusegofer::{Error,Result, open, open_buffered};