Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
📦 Next RS
📜 Introduction
Next RS is a UI framework, written 100% in Rust btw, that simplifies building user interfaces. It provides a collection of optional features, each designed to enhance different aspects of UI development. Explore the documentation to learn about the features and how to integrate them into your Next RS projects.
🚀 Features
Next RS offers the following features:
To use a specific feature, add the corresponding feature flag in your Cargo.toml file.
⚙️ Installation
Integrating Next RS into your project is straightforward. Add it as a dependency in your Cargo.toml file:
[]
= "0.0.7"
Additionally, Next RS provides a flexible configuration through feature flags. Modify the Cargo.toml file to enable or disable specific features.
[]
= { = "0.0.7", = ["navbar", "sidebar", "accordion", "alert", "css"] }
📙 Examples
If you want to explore different Next RS components and features, you can check out the examples folder for more information.
| Example | URL |
|---|---|
| Link Component |
🤝 Contribution
We welcome contributions from the community to enhance Next RS. Feel free to open issues, submit pull requests, or provide feedback. Let's collaborate to make UI development in Rust even more efficient and enjoyable!
📜 License
Next RS is licensed under the MIT License, allowing you to use, modify, and distribute it freely. Refer to the LICENSE file for more details.