rframe 0.1.0

A lightweight framework implemented in Rust
Documentation
  • Coverage
  • 50%
    1 out of 2 items documented0 out of 0 items with examples
  • Size
  • Source code size: 2.54 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 980.1 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 11s 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
  • fangbc5

RFrame

RFrame 是一个 Rust 实现的轻量级框架库。

功能特点

  • 轻量级设计
  • 高性能
  • 易于使用
  • 类型安全

安装

将以下依赖添加到你的 Cargo.toml 文件中:

[dependencies]
rframe = "0.1.0"

使用示例

use rframe::prelude::*;

fn main() {
    // 示例代码将在后续版本中添加
}

许可证

本项目采用 MIT 许可证 - 查看 LICENSE 文件了解详情

贡献

欢迎提交 Issues 和 Pull Requests!

作者

  • fangbc