wxrust-base 0.0.1-alpha

Binding for the (part of) wxBase library of the wxWidgets toolkit.
Documentation
  • Coverage
  • 83.39%
    261 out of 313 items documented0 out of 35 items with examples
  • Size
  • Source code size: 544.87 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 7.82 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 23s Average build duration of successful builds.
  • all releases: 23s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • kenz-gelsoft

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.