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 @@ -GIT_COMMIT_HASH in libmedium - Rust

Constant libmedium::GIT_COMMIT_HASH[][src]

pub const GIT_COMMIT_HASH: &str = "c23943a7960ebbba66758572a11616cf464d1742";
+GIT_COMMIT_HASH in libmedium - Rust

Constant libmedium::GIT_COMMIT_HASH[][src]

pub const GIT_COMMIT_HASH: &str = "698b59fa901af94ad8da53680794f5435aaf0e36";
\ No newline at end of file diff --git a/libmedium/proxy/constant.INDEX.html b/libmedium/proxy/constant.INDEX.html index 094a5bd..cab4aaa 100644 --- a/libmedium/proxy/constant.INDEX.html +++ b/libmedium/proxy/constant.INDEX.html @@ -1,3 +1,3 @@ -INDEX in libmedium::proxy - Rust

Constant libmedium::proxy::INDEX[][src]

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";
+INDEX in libmedium::proxy - Rust

Constant libmedium::proxy::INDEX[][src]

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";
\ No newline at end of file diff --git a/libmedium/proxy/get_post/struct.GetPostPostContentBodyModelParagraphsMetadata.html b/libmedium/proxy/get_post/struct.GetPostPostContentBodyModelParagraphsMetadata.html index 13d98d4..5057b49 100644 --- a/libmedium/proxy/get_post/struct.GetPostPostContentBodyModelParagraphsMetadata.html +++ b/libmedium/proxy/get_post/struct.GetPostPostContentBodyModelParagraphsMetadata.html @@ -1,8 +1,8 @@ GetPostPostContentBodyModelParagraphsMetadata in libmedium::proxy::get_post - Rust

Struct libmedium::proxy::get_post::GetPostPostContentBodyModelParagraphsMetadata[][src]

pub struct GetPostPostContentBodyModelParagraphsMetadata {
     pub id: String,
-    pub original_width: i64,
-    pub original_height: i64,
-}

Fields

id: Stringoriginal_width: i64original_height: i64

Trait Implementations

Formats the value using the given formatter. Read more

+ pub original_width: Option<i64>, + pub original_height: Option<i64>, +}

Fields

id: Stringoriginal_width: Option<i64>original_height: Option<i64>

Trait Implementations

Formats the value using the given formatter. Read more

Deserialize this value from the given Serde deserializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more