pub struct GeminiConverter<'a> { /* private fields */ }

Implementations

Initialize the builder with default configuration values.

Replace gemini:// in URLS with this prefix for proxying, i.e. over HTTP. Requires trailing slash.

Render relative-path images in-line. Default false. Beware that this can expose you to security issues if you’re not careful (e.g. malicious SVG)

Convert Gemini text to HTML.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.