#part #toolkit #binding #wx-base

wxrust-base

Binding for the (part of) wxBase library of the wxWidgets toolkit

1 unstable release

0.0.1-alpha Sep 7, 2022

#364 in Date and time


Used in wxrust

MIT license

530KB
10K SLoC

wx-base(wxrust-base)

This crate is a binding to the wxBase library of the wxWidgets toolkit.

This crate supports only small part of the library which is used by the wx(wxrust) crate.

Original C++ library supports basic non-GUI cross-platform programming, but this crate doesn't bacause there is many option already for that purpose in the Rust ecosystem.

Members of this crate are re-exported by the wx(wxrust) crate, so you don't need specify dependency to this crate.

No runtime deps