// This is free and unencumbered software released into the public domain.
#![allow(unused)]#[cfg(feature ="std")]externcrate std;#[cfg(not(feature ="std"))]externcrate alloc;#[cfg(feature ="std")]use std as alloc;pubusealloc::{string::{String,ToString},vec::Vec,};pubusecore::result::Result;