There was an error while loading. Please reload this page.
1 parent 85f3c87 commit 6aa0000Copy full SHA for 6aa0000
2 files changed
fdt-edit/Cargo.toml
@@ -11,7 +11,7 @@ license = "MIT OR Apache-2.0"
11
name = "fdt-edit"
12
readme = "README.md"
13
repository = "https://github.com/drivercraft/fdt-parser"
14
-version = "0.1.4"
+version = "0.1.5"
15
16
[dependencies]
17
enum_dispatch = "0.3.13"
fdt-edit/src/lib.rs
@@ -4,14 +4,13 @@
4
extern crate alloc;
5
6
mod ctx;
7
-// mod display;
8
mod encode;
9
mod fdt;
10
mod node;
mod prop;
pub use ctx::Context;
-// pub use display::FmtLevel;
+pub use encode::FdtData;
pub use fdt::{Fdt, MemoryReservation};
pub use node::NodeKind;
pub use node::*;
0 commit comments