Docs.rs
  • parse-mediawiki-sql-0.10.0
    • parse-mediawiki-sql 0.10.0
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • Erutuon
    • Dependencies
      • bstr ^0.2 normal
      • chrono ^0.4 normal
      • either ^1.6.1 normal
      • joinery ^2.0.0 normal
      • memmap2 ^0.5.0 normal optional
      • mwtitle ^0.1 normal optional
      • nom ^7.1.0 normal
      • ordered-float ^2.5 normal
      • serde ^1 normal optional
      • thiserror ^1.0.24 normal optional
      • unicase ^2.6.0 normal
      • anyhow ^1.0.32 dev
      • pico-args ^0.4 dev
      • rand ^0.8 dev
      • serde ^1 dev
      • serde_json ^1.0.64 dev
      • smartstring ^0.2.5 dev
      • static_assertions ^1.1.0 dev
    • Versions
    • 24.54% of the crate is documented
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

parse_mediawiki_sql0.10.0

Crate Items

  • Structs
  • Enums
  • Traits
  • Functions
  • Type Aliases

List of all items

Structs

  • field_types::ActorId
  • field_types::CategoryId
  • field_types::ChangeTagDefinitionId
  • field_types::ChangeTagId
  • field_types::CommentId
  • field_types::ExternalLinkId
  • field_types::FullPageTitle
  • field_types::LinkTargetId
  • field_types::LogId
  • field_types::MinorMime
  • field_types::NaiveDateTime
  • field_types::NotNan
  • field_types::PageCount
  • field_types::PageId
  • field_types::PageNamespace
  • field_types::PageRestrictionId
  • field_types::PageTitle
  • field_types::RecentChangeId
  • field_types::RevisionId
  • field_types::Sha1
  • field_types::Timestamp
  • field_types::UserGroup
  • field_types::UserId
  • schemas::Babel
  • schemas::Category
  • schemas::CategoryLink
  • schemas::ChangeTag
  • schemas::ChangeTagDefinition
  • schemas::ExternalLink
  • schemas::Image
  • schemas::ImageLink
  • schemas::InterwikiLink
  • schemas::LanguageLink
  • schemas::LinkTarget
  • schemas::Page
  • schemas::PageLink
  • schemas::PageProperty
  • schemas::PageRestriction
  • schemas::ProtectedTitle
  • schemas::Redirect
  • schemas::Site
  • schemas::SiteStats
  • schemas::TemplateLink
  • schemas::UserFormerGroupMembership
  • schemas::UserGroupMembership
  • schemas::WikibaseClientEntityUsage
  • utils::Error
  • utils::Mmap
  • utils::NamespaceMap
  • utils::Title

Enums

  • error::Error
  • error::ParseTypeContext
  • field_types::ContentModel
  • field_types::Expiry
  • field_types::MajorMime
  • field_types::MediaType
  • field_types::PageAction
  • field_types::PageType
  • field_types::ProtectionLevel

Traits

  • FromSqlTuple
  • field_types::Datelike
  • field_types::Timelike
  • from_sql::FromSql
  • utils::NamespaceMapExt

Functions

  • iterate_sql_insertions
  • utils::memory_map

Type Aliases

  • from_sql::IResult