Helpers for copying `memory.x` and related linker assets from `build.rs` scripts.
```rust,no_run
use memory_x_tools::copy_memory_x;
fn main() {
}
```
`copy_memory_x` copies `memory.x` into Cargo's output directory, adds that directory to the linker search path, and marks `memory.x` as a rebuild trigger.