topheman / snake-pipe-rust

🦀 A snake game based on stdin/stdout (+tcp and unix sockets) in rust
MIT License
12 stars 1 forks source link

Remove workspace - hide doc from private modules #7

Closed topheman closed 8 months ago

topheman commented 8 months ago

Resolves #6 , but not by using the Visibility and Privacy feature.

The pub(crate) doesn't work.

Like most crates, I added a #[doc(hidden)] annotation on private modules.