# inert **Repository Path**: mirrors_nox/inert ## Basic Information - **Project Name**: inert - **Description**: Inert lets you use non-Sync values in Sync context - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-19 - **Last Updated**: 2026-01-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Inert This is a mechanism to access non-`Sync` values in a `Sync` way. ## How is this sound? When the user creates a `&Inert` value from a `&T`, they must swear on the holy baguette that they won't use the `T` directly until all the `Inert` wrappers go away, while the various implementations of the `NeutralizeUnsafe` trait make sure that the non-`Sync` behaviour of the `T` cannot be observed through the wrapper. ## How can I help? Improve documentation, test the crate, make use of it.