mirror of
https://github.com/edera-dev/sprout.git
synced 2026-04-03 06:40:17 +00:00
feat(sprout): introduce no_std sprout which uses stable rust
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
use crate::entries::EntryDeclaration;
|
||||
use alloc::collections::BTreeMap;
|
||||
use alloc::string::String;
|
||||
use alloc::vec::Vec;
|
||||
use serde::{Deserialize, Serialize};
|
||||
use std::collections::BTreeMap;
|
||||
|
||||
/// Matrix generator configuration.
|
||||
/// The matrix generator produces multiple entries based
|
||||
|
||||
Reference in New Issue
Block a user