Crate clipboard_win_html

source ·
Expand description

A library to set HTML to the clipboard.

§Example

use clipboard_win_html::set_clipboard_html;

set_clipboard_html("<h1>Hello, World!</h1>".to_string()).unwrap();

§Platform

  • Windows

§Windows References

Enums§

  • Any errors that might occur during the process of setting HTML to the clipboard.

Functions§