This website requires JavaScript.
Explore
Help
Sign In
mark
/
mers
Watch
1
Star
0
Fork
0
You've already forked mers
mirror of
https://github.com/Dummi26/mers.git
synced
2025-03-10 14:13:52 +01:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
a7bb3e67fa
mers
/
mers_libs
/
http_requests_v1
History
mark
a7bb3e67fa
libraries can now work threaded if they wish (see http_requests). This means that multiple functions provided by one library can run at the same time (using thread(), see http.mers) and actually do the work they need to do simultaneously.
2023-05-09 22:11:13 +02:00
..
src
libraries can now work threaded if they wish (see http_requests). This means that multiple functions provided by one library can run at the same time (using thread(), see http.mers) and actually do the work they need to do simultaneously.
2023-05-09 22:11:13 +02:00
Cargo.toml
- Added assume_no_enum() because the Err enum is used at least as often as
[]
for reporting fails.
2023-04-13 03:04:47 +02:00