safe
Here are 277 public repositories matching this topic...
-
Updated
May 19, 2022 - Objective-C
-
Updated
May 1, 2022 - Rust
-
Updated
May 30, 2022 - Haskell
-
Updated
Jun 4, 2022 - C++
-
Updated
Mar 13, 2022 - Haskell
-
Updated
Jun 1, 2022 - F#
-
Updated
Jun 8, 2022
-
Updated
Jun 1, 2021 - Shell
Implement faster JSON.stringify() function by myself.
It would be v3 update and its JSON string conversion speed would be much faster than v2. The JSON string conversion speed would be 3x times faster than before (would be thoundands times faster when considering the optimizer plannig time). Also, the v3 does not utilize the JSON schema, but TypeScript type directly. Therefore, `typesc
-
Updated
Jun 8, 2022 - Kotlin
-
Updated
Aug 14, 2021 - Go
-
Updated
Jun 8, 2022 - Rust
-
Updated
Jun 5, 2022 - Rust
Contributor must use a same coding convention.
-
Updated
May 14, 2021 - Rust
-
Updated
Jun 2, 2019 - Objective-C
-
Updated
Apr 9, 2022 - Swift
-
Updated
May 9, 2022 - JavaScript
-
Updated
Jun 11, 2020 - Swift
Improve this page
Add a description, image, and links to the safe topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the safe topic, visit your repo's landing page and select "manage topics."


In the POSIX
chownfunctions the user and group IDs may be -1, indicating no change. rustix should expose this viaOptiontypes.