homepage link corrections
Some checks are pending
Rust/sat-rs/pipeline/head Build started...

This commit is contained in:
2024-02-12 17:29:48 +01:00
parent f4bc33aefa
commit 9cf80b44ea
4 changed files with 5 additions and 3 deletions

View File

@ -33,6 +33,8 @@ of how the data is stored.
This trait is implemented by a static memory pool implementation.
The code to generate this static pool would look like this:
<!-- Would be nice to test this code sample, but need to wait
for https://github.com/rust-lang/mdBook/issues/706 to be merged.. -->
```rust, ignore
use satrs::pool::{StaticMemoryPool, StaticPoolConfig};