Crate googlemaps

Source

Enums§

ARM
The “Arm” Architecture I don’t actually know much about this one, so it may get incorrect results!
CPU
CPUs make your computer a “computer”
DarwinKernel
Darwin-Based Operating System
LinuxKernel
Linux-Based Operating System
MIPS
The Best or uh I mean The MIPS Architecture WARNING! this doesn’t actually detect MIPSI, MIPSII, MIPSIII, or MIPSIV yet you can only detect MIPS32 or MIPS64
NTKernel
An operating system that runs off of the NT kernel WARNING! This will not detect Windows Servers yet, so don’t add cases for NTKernel::WindowsServer until i stop being lazy and add support for it
OperatingSystem
Operating Systems are what makes your computer do things without you having to manually connect pins on your CPU
UnixLike
An operating system that is in some way “Unix-like” Usually means that it will use forward slashes for paths and be in some way better than windows
WindowSystem
Window Systems let you see things on your screen that aren’t just text I mean I guess there are also text based window systems but we aren’t detecting those yet
X86
The x86 Architecture WARNING! I don’t think this will actually properly detect 8086 cpus yet so you might not want to use this crate for DOS programming until i fix this

Functions§

detect_architecture
Detects what CPU Architecture the program is running on, and returns the CPU enum
detect_os
Detects what operating system the program is running on, and returns the OperatingSystem enum
detect_windowsystem
Detects what window system the program is running under, and returns the WindowSystem enum