sciter-rs 0.5.58

Rust bindings for Sciter - Embeddable HTML/CSS/script engine (cross-platform desktop GUI toolkit). Also capable with DirectX / OpenGL.
Documentation
1
2
3
4
5
//! Export platform-dependent types used by Sciter.

pub use capi::sctypes::*;
pub use capi::scdef::*;
pub use capi::scvalue::VALUE;