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
These have a very haphazard design right now, should probably live in core and export a single core::os interface. Maybe with platform-specific submodules.
The text was updated successfully, but these errors were encountered:
…lang#1638.
- Move io, run and rand to core.
- Remove incorrect ctypes module (use libc).
- Remove os-specific modules for os and fs.
- Split fs between core::path and core::os.
These have a very haphazard design right now, should probably live in core and export a single core::os interface. Maybe with platform-specific submodules.
The text was updated successfully, but these errors were encountered: