nativeshell 0.1.16

NativeShell Rust package
Documentation
1
2
3
4
5
use super::error::PlatformResult;

pub fn init_platform() -> PlatformResult<()> {
    Ok(())
}