nats-io / nats.rs

Rust client for NATS, the cloud native messaging system.
Apache License 2.0
980 stars 159 forks source link

Document feature flags #1246

Closed Jarema closed 2 months ago

Jarema commented 2 months ago

Addresses #1243

As there is no good way in Rust to document feature flags beyond listing them, adding comments to Cargo.toml seems to be the best answer.

The link in the Readme directs to the Cargo.toml from latest release, which should avoid docs drift.

Signed-off-by: Tomasz Pietrek tomasz@nats.io