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§

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

Functions§

set_clipboard_html
Set HTML to the clipboard on Windows.