0.43.0
(feat): Endpoint methods now include a usage example in their rustdoc comments (under a
# Examples section), so IDEs surface a ready-to-use code snippet on hover. The
examples are the same dynamic snippets used for the README and reference.md, and
are fenced with ```no_run so cargo test doctests compile but do not execute them.