resman 0.19.0

Runtime managed resource borrowing.
Documentation
1
2
3
4
5
6
7
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"));