Docs.rs
  • pesel-rs-0.1.3
    • pesel-rs 0.1.3
    • Permalink
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • Frytak
    • Dependencies
      • chrono ^0.4 normal
      • serde ^1.0 normal optional
      • thiserror ^1.0 normal
      • serde_json ^1.0 dev
    • Versions
    • 50.94% 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

pesel_rs0.1.3

Crate Items

  • Macros
  • Structs
  • Enums
  • Constants
  • Traits
  • Functions

List of all items

Structs

  • bit_fields::Pesel
  • human_redable::Pesel
  • prelude::NaiveDate

Enums

  • Gender
  • PeselTryFromError
  • ValidationError

Traits

  • PeselTrait

Macros

  • impl_try_from_str_for_pesel

Functions

  • control_section
  • date_of_birth
  • day
  • day_section
  • gender
  • month
  • month_from_section
  • month_section
  • month_to_section
  • ordinal_section
  • validate
  • year
  • year_from_sections
  • year_section

Constants

  • bit_fields::CONTROL_SECTION_SHIFT
  • bit_fields::CONTROL_SECTION_SIZE
  • bit_fields::DAY_SECTION_SHIFT
  • bit_fields::DAY_SECTION_SIZE
  • bit_fields::MONTH_SECTION_SHIFT
  • bit_fields::MONTH_SECTION_SIZE
  • bit_fields::ORDINAL_SECTION_SHIFT
  • bit_fields::ORDINAL_SECTION_SIZE
  • bit_fields::YEAR_SECTION_SHIFT
  • bit_fields::YEAR_SECTION_SIZE