litehtml-sys 0.2.4

Raw FFI bindings for litehtml (C++ HTML/CSS rendering engine)
Documentation
1
2
3
4
5
6
7
#include "html.h"
#include "borders.h"

litehtml::string litehtml::css_border::to_string() const
{
	return width.to_string() + "/" + index_value(style, border_style_strings) + "/" + color.to_string();
}