andriyDev / landmass

A navigation system for video games written in Rust.
Apache License 2.0
14 stars 1 forks source link

Sync the README with the crate doc comments. #21

Closed andriyDev closed 7 months ago

andriyDev commented 9 months ago

We can have the README match the crate documentation and still get doc tests if we use #![doc = include_str("../README.md")].