maycoon

Crates.iomaycoon
lib.rsmaycoon
version
sourcesrc
created_at2024-10-04 16:46:37.368644+00
updated_at2025-01-26 10:05:11.83195+00
descriptionLightning fast and powerful UI Framework for Rust.
homepage
repository
max_upload_size
id1396786
Cargo.toml error:TOML parse error at line 21, column 1 | 21 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
Maycoon Developers (github:maycoon-ui:maycoon-developers)

documentation

README

Maycoon Logo

Maycoon

Crates.io Version License docs.rs

Modern and Innovative UI Framework written in Rust

Features

  • ⚙️ Made in Rust
    • We believe Rust is perfect for performance critical applications and efficient memory management.
  • 🛠️ Cross-platform
    • As a desktop-focused UI framework, Maycoon is compatible with Windows, Linux, macOS and other Unix-like operating systems.
    • Mobile support planned but not yet implemented
    • Web support planned but not yet implemented
  • 🎨 Customizable
    • Maycoon provides a variety of widgets and themes to customize the look and feel of your application with ease.
  • 🚀 Lightning Fast
    • Applications are quickly launched and our innovative state management system ensures fast updates and efficient memory management.
  • 📦 Modular
    • Every crate and feature is optional, so you can only enable what you really need and avoid unnecessary dependencies or features.

Getting Started

If you are new to Rust, we recommend learning the basics first.

To start using Maycoon, you can follow the official Installation Guide.

For a little tutorial, see the Counter Example.

License

This project is dual licensed under the MIT license and the Apache License 2.0.

Any contributions are, unless otherwise stated, licensed under the same terms.

Commit count: 0

cargo fmt