# project-unsafe-thir-refactor **Repository Path**: mirrors_rust-lang/project-unsafe-thir-refactor ## Basic Information - **Project Name**: project-unsafe-thir-refactor - **Description**: Tracking the project to refactor the unsafe check to operate on THIR - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-02-23 - **Last Updated**: 2026-02-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # THIR Unsafety Checker Project Group ![project group status: active](https://img.shields.io/badge/status-active-brightgreen.svg) [![project group documentation](https://img.shields.io/badge/MDBook-View%20Documentation-blue)][gh-pages] **FIX ME** Welcome to the repository for the THIR Unsafety Checker Project Group! This is the repository we use to organise our work. Please refer to our [charter] as well as our [github pages website][gh-pages] for more information on our goals and current scope. [charter]: ./CHARTER.md [gh-pages]: https://rust-lang.github.io/project-thir-unsafeck **/FIX ME** ## How Can I Get Involved? **FIX ME** [You can find a list of the current members available on `rust-lang/team`.][team-toml] If you'd like to participate be sure to check out any of our [open issues] on this repository. We also participate on [Zulip][chat-link], feel free to introduce yourself over there and ask us any questions you have. [open issues]: /issues [chat-link]: https://rust-lang.zulipchat.com/#narrow/stream/278509-project-thir-unsafeck [team-toml]: https://github.com/rust-lang/team/blob/master/teams/project-thir-unsafeck.toml **/FIX ME** ## Building Documentation This repository is also an mdbook project. You can view and build it using the following command. ``` mdbook serve ```