mirror of
https://github.com/edera-dev/sprout.git
synced 2025-12-20 05:20:16 +00:00
feat(sprout): introduce no_std sprout which uses stable rust
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
use alloc::string::String;
|
||||
use alloc::vec::Vec;
|
||||
use serde::{Deserialize, Serialize};
|
||||
|
||||
/// The configuration of the chainload action.
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
use alloc::string::String;
|
||||
use alloc::vec::Vec;
|
||||
use serde::{Deserialize, Serialize};
|
||||
|
||||
/// The configuration of the edera action which boots the Edera hypervisor.
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
use alloc::string::String;
|
||||
use serde::{Deserialize, Serialize};
|
||||
|
||||
/// The configuration of the print action.
|
||||
|
||||
Reference in New Issue
Block a user