mlalic / solicit

An HTTP/2 implementation in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Generate API docs for components behind feature flags

mlalic opened this issue · comments

The newly introduced "tls" feature hides the TLS-related components (TlsConnector, impl TransportStream for SslStream)...

This shouldn't make them disappear from the docs published automatically when running Travis CI, though!