ntex-rs / ntex

framework for composable networking services
Apache License 2.0
2.05k stars 110 forks source link

Is the docs up to date ? #465

Closed call-me-q closed 4 days ago

call-me-q commented 4 days ago

I went to the site and I see here that it's still stated

[dependencies]
ntex = { version = "2.0", features = ["tokio"] }

while by the time this issue is written, ntex already reached 2.8.3. Given on many rust packages has big changes during the development, is it possible that the documentation needs to be updated ?

I'm still new at rust so the documentation site is quite important for me.

fafhrd91 commented 4 days ago

ntex api is stable within version 2.x, you can use: ntex = "2"

call-me-q commented 4 days ago

@fafhrd91 so the documentation pretty much still cover at least almost the whole thing ? If so, thank you :)

fafhrd91 commented 4 days ago

yes, high level api hasnt change for ling time. documentation is up to date

call-me-q commented 4 days ago

@fafhrd91 thank you. Will close this issue then. Thanks for the hard work.