fn_graph
fn_graph copied to clipboard
Dynamically managed function graph.
Results
1
fn_graph issues
Sort by
recently updated
recently updated
newest added
`fn_graph` expects the lifetime of the arguments to be '`static`. That makes the usage of this library very hard as `'static` lifetimes are usually rare. https://github.com/azriel91/resman/blob/0e49a4a48bfc507ebf46be456ec45aaa423d20ed/src/into_fn_res.rs#L9-L19 In reality, any borrow...