cloudflare-rs icon indicating copy to clipboard operation
cloudflare-rs copied to clipboard

Consider making EndpointSpec public

Open BRA1L0R opened this issue 1 year ago • 2 comments

Without this trait being public no user of this crate can implement their requests.

BRA1L0R avatar Feb 25 '24 21:02 BRA1L0R

In Cargo.toml there is an unused spec feature, which should be renamed to endpoint-spec to make it work.

ochrons avatar May 21 '24 19:05 ochrons

With the cfg Warnings the compiler implemented recently there are some warnings about endpoint-spec uses in the code too so it is likely that spec was always intended to be endpoint-spec in the Cargo.toml

taladar avatar Aug 30 '24 10:08 taladar