[−][src]Module skyline::prelude
A set of items that will likely be useful to import anyway
Designed to be used as such:
use skyline::prelude::*;
Re-exports
pub use crate::println; |
Modules
| vec | A contiguous growable array type with heap-allocated contents, written
|
Macros
| format | Creates a |
| vec | Creates a |
Structs
| Box | A pointer type for heap allocation. |
| String | A UTF-8 encoded, growable string. |
| Vec | A contiguous growable array type, written |
Traits
| ToOwned | A generalization of |
| ToString | A trait for converting a value to a |