# whosly-rs **Repository Path**: codealy/whosly-rs ## Basic Information - **Project Name**: whosly-rs - **Description**: whosly, rust编写的各种易用的组件 - **Primary Language**: Rust - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-02-20 - **Last Updated**: 2024-12-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: tools ## README # whosly [![Book](https://img.shields.io/badge/book-master-yellow.svg)]() [![API](https://img.shields.io/badge/api-master-yellow.svg)]() [![Minimum rustc version](https://img.shields.io/badge/rustc-1.36+-lightgray.svg)](https://github.com/whosly#rust-version-requirements) ## Usage Add this to your `Cargo.toml`: ```toml [dependencies] whosly = "0.1.8" ``` ## Versions whosly is *mature* (suitable for general usage, with infrequent breaking releases which minimise breakage) but not yet at 1.0. We maintain compatibility with pinned versions of the Rust compiler (see below). ### Rust version requirements requires **Rustc version 1.36 or greater**. Continuous Integration (CI) will always test the minimum supported Rustc version (the MSRV). The current policy is that this can be updated in any whosly release if required, but the change must be noted in the changelog. # License whosly is distributed under the terms of both the MIT license and the Apache License (Version 2.0). See [LICENSE-APACHE](LICENSE-APACHE) and [LICENSE-MIT](LICENSE-MIT), and [COPYRIGHT](COPYRIGHT) for details.