You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,14 +34,14 @@ The [HashMap](https://github.com/nightcycle/hash-map) class is a safer way to wo
34
34
35
35
The [VecDeque](https://github.com/nightcycle/vec-deque) class is a safer way to work with queues.
36
36
37
-
### reqwest (pre-release)
38
-
39
-
The [Reqwest](https://github.com/nightcycle/reqwest) library is a safer way to work with http requests.
40
-
41
37
### serde-json
42
38
43
39
The [SerdeJson](https://github.com/nightcycle/serde-json) library is a safer way to work with customized json serialization / deserialization into custom classes.
44
40
41
+
### reqwest (pre-release)
42
+
43
+
The [Reqwest](https://github.com/nightcycle/reqwest) library is a safer way to work with http requests.
44
+
45
45
## contributing
46
46
47
47
Please contribute bug reports on the respective repository, for the most part though I'm not looking to add new APIs until Roblox's type engine gets more efficient - already with this minimal coverage things are getting pretty slow. Thank you!
0 commit comments