elast0ny / shared_memory

A Rust wrapper around native shared memory for Linux and Windows
382 stars 51 forks source link

Where are the examples mentioned in the documentation? #43

Closed evandrocoan closed 4 years ago

evandrocoan commented 4 years ago

https://docs.rs/shared_memory/0.10.0/shared_memory/

You could put a relative link?

image

elast0ny commented 4 years ago

Hi, usually for Rust project, standalone examples are stored in the examples/ folder at the root of the crate. (So they can be picked up by cargo e.g cargo run --example basic will run examples/basic.rs)

https://github.com/elast0ny/shared_memory-rs/tree/master/examples

I'll make that a link in the next version i release