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
4efee9e2a2
mers
/
mers_libs
/
http_requests_v1
History
mark
4efee9e2a2
completely changed the VData/VDataEnum system: Multiple VData can share one VDataEnum via an Arc<Mutex<VDataEnum>>. If one wants to modify the data, it copies it (Copy on Write). This copying is skipped for shared mutable data (references). This was necessary for the get_ref() function. Expect bugs!
2023-05-11 01:04:15 +02:00
..
src
completely changed the VData/VDataEnum system: Multiple VData can share one VDataEnum via an Arc<Mutex<VDataEnum>>. If one wants to modify the data, it copies it (Copy on Write). This copying is skipped for shared mutable data (references). This was necessary for the get_ref() function. Expect bugs!
2023-05-11 01:04:15 +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