resman 0.16.0

Runtime managed resource borrowing.
Documentation
use rt_map::BorrowFail;

use crate::{FnResource, Resources};

// Unfortunately we have to `include!` instead of use a `#[path]` attribute.
// Pending: <https://github.com/rust-lang/rust/issues/48250>
include!(concat!(env!("OUT_DIR"), "/fn_resource_impl.rs"));