Constant libmedium::GIT_COMMIT_HASH [−][src]
pub const GIT_COMMIT_HASH: &str = "c23943a7960ebbba66758572a11616cf464d1742";
diff --git a/libmedium/constant.GIT_COMMIT_HASH.html b/libmedium/constant.GIT_COMMIT_HASH.html index c2405cc..7e3ae3e 100644 --- a/libmedium/constant.GIT_COMMIT_HASH.html +++ b/libmedium/constant.GIT_COMMIT_HASH.html @@ -1,3 +1,3 @@ -
pub const GIT_COMMIT_HASH: &str = "c23943a7960ebbba66758572a11616cf464d1742";
pub const GIT_COMMIT_HASH: &str = "698b59fa901af94ad8da53680794f5435aaf0e36";
const INDEX: &str = "<!DOCTYPE html>\n<html lang=\"en\">\n <head>\n <meta charset=\"UTF-8\" />\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" />\n <title>LibMedium</title>\n </head>\n <body>\n <main>\n <div class=\"center\">\n <h1>LibMedium</h1>\n <p>A free and privacy-respecting medium proxy</p>\n <p>\n <a\n href=\"https://libmedium.batsense.net/@tylerneely/fear-and-loathing-in-lock-free-programming-7158b1cdd50c\"\n >Demo Article</a\n >\n | <a href=\"https://github.com/realaravinth/libmedium\">Source Code</a>\n </p>\n </div>\n </main>\n </body>\n <style>\n * {\n padding: 0;\n margin: 0;\n }\n body {\n width: 100%;\n min-height: 100vh;\n display: block;\n }\n main {\n display: flex;\n flex-direction: column;\n align-items: center;\n width: 80%;\n height: 100vh;\n margin: auto;\n justify-content: space-between;\n }\n\n .center {\n margin: auto;\n display: flex;\n flex-direction: column;\n align-items: center;\n }\n\n h1 {\n font-size: 3rem;\n }\n </style>\n</html>\n";
const INDEX: &str = "<!DOCTYPE html>\n<html lang=\"en\">\n <head>\n <meta charset=\"UTF-8\" />\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" />\n <title>LibMedium</title>\n </head>\n <body>\n <main>\n <div class=\"center\">\n <h1>LibMedium</h1>\n <p>A free and privacy-respecting medium proxy</p>\n <p>\n <a\n href=\"https://libmedium.batsense.net/@tylerneely/fear-and-loathing-in-lock-free-programming-7158b1cdd50c\"\n >Demo Article</a\n >\n | <a href=\"https://github.com/realaravinth/libmedium\">Source Code</a>\n </p>\n </div>\n </main>\n </body>\n <style>\n * {\n padding: 0;\n margin: 0;\n }\n body {\n width: 100%;\n min-height: 100vh;\n display: block;\n }\n main {\n display: flex;\n flex-direction: column;\n align-items: center;\n width: 80%;\n height: 100vh;\n margin: auto;\n justify-content: space-between;\n }\n\n .center {\n margin: auto;\n display: flex;\n flex-direction: column;\n align-items: center;\n }\n\n h1 {\n font-size: 3rem;\n }\n\n @media screen and (max-width: 1200px) {\n main {\n width: 90%;\n }\n\n img {\n display: block;\n }\n }\n </style>\n</html>\n";
pub struct GetPostPostContentBodyModelParagraphsMetadata {
pub id: String,
- pub original_width: i64,
- pub original_height: i64,
-}
id: String
original_width: i64
original_height: i64
Formats the value using the given formatter. Read more
+ pub original_width: Option<i64>, + pub original_height: Option<i64>, +}id: String
original_width: Option<i64>
original_height: Option<i64>
Deserialize this value from the given Serde deserializer. Read more