This warning in the end of compilling, with this DLL game wont starting:
warning: method page_mut is never used
--> src\lib.rs:88:8
|
85 | trait Memory<'memory>: Index<usize, Output = u8> {
| ------ method in this trait
...
88 | fn page_mut<'s>(&'s mut self, index: usize) -> &'s mut Page<'memory>;
| ^^^^^^^^
|
= note: #[warn(dead_code)] on by default
warning: bitfix (lib) generated 1 warning
Finished release profile [optimized] target(s) in 1m 36s

This warning in the end of compilling, with this DLL game wont starting:
warning: method
page_mutis never used--> src\lib.rs:88:8
|
85 | trait Memory<'memory>: Index<usize, Output = u8> {
| ------ method in this trait
...
88 | fn page_mut<'s>(&'s mut self, index: usize) -> &'s mut Page<'memory>;
| ^^^^^^^^
|
= note:
#[warn(dead_code)]on by defaultwarning:
bitfix(lib) generated 1 warningFinished
releaseprofile [optimized] target(s) in 1m 36s