Add tags to Rust std lib functions (#6701)

Signed-off-by: Nick Cameron <nrc@ncameron.org>
This commit is contained in:
Nick Cameron
2025-05-06 14:14:11 +12:00
committed by GitHub
parent 0464de33b1
commit 9c52f5b19a
127 changed files with 892 additions and 447 deletions

View File

@ -15,11 +15,6 @@ legAngY(
): number
```
### Tags
* `utilities`
### Arguments
| Name | Type | Description | Required |
@ -39,3 +34,4 @@ legAngY(hypotenuse = 5, leg = 3)
```