aboutsummaryrefslogtreecommitdiff
path: root/src/models.rs
diff options
context:
space:
mode:
authorA Farzat <a@farzat.xyz>2026-03-05 19:08:44 +0300
committerA Farzat <a@farzat.xyz>2026-03-06 08:40:21 +0300
commitc04ea0dc4b0f2c5ddf4c15b796f0439905116a34 (patch)
treeadff789d577228dd045016458f106d70f32572c0 /src/models.rs
parent7ab28d6362b5b2b9b9d1a71a0420e6eeb53d76cd (diff)
downloadoreilly-epub-c04ea0dc4b0f2c5ddf4c15b796f0439905116a34.tar.gz
oreilly-epub-c04ea0dc4b0f2c5ddf4c15b796f0439905116a34.zip
Gather stylesheet file entries for each chapter
This prepares them to be added to their xhtml content.
Diffstat (limited to 'src/models.rs')
-rw-r--r--src/models.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/models.rs b/src/models.rs
index 77b3730..704ad84 100644
--- a/src/models.rs
+++ b/src/models.rs
@@ -30,7 +30,7 @@ pub struct Chapter {
/// Sub-model of Chapter - related_assets.
#[derive(Debug, Deserialize)]
-struct ChapRelAssets {
+pub struct ChapRelAssets {
pub stylesheets: Vec<Url>,
}