poem-web / poem

A full-featured and easy-to-use web framework with the Rust programming language.
Apache License 2.0
3.62k stars 295 forks source link

docs not in sync with README #912

Open nkconnor opened 6 days ago

nkconnor commented 6 days ago

The main README points to the README here: https://github.com/poem-web/poem/blob/master/poem/README.md

However, https://docs.rs/poem/latest/poem/ is more up to date. For example, it shows the test feature.

Does this project use cargo-readme? Maybe it would be easier to just use the docs.rs version instead of keeping both in sync. Then the homepage can point to docs.rs version.