Docs.rs
  • fundu-core-0.3.1
    • fundu-core 0.3.1
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • Joining7943
    • Dependencies
      • chrono ^0.4.24 normal optional
      • serde ^1 normal optional
      • time ^0.3.1 normal optional
      • rstest >=0.18 dev
      • rstest_reuse ^0.7 dev
      • serde_test ^1 dev
    • Versions
    • 56.82% 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
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

fundu_core0.3.1

Crate Items

  • Structs
  • Enums
  • Constants
  • Traits
  • Type Aliases

List of all items

Structs

  • config::Config
  • config::ConfigBuilder
  • parse::Bytes
  • parse::BytesRange
  • parse::DurationRepr
  • parse::Fract
  • parse::Parser
  • parse::ReprParserMultiple
  • parse::ReprParserSingle
  • parse::Whole
  • time::Duration
  • time::Multiplier

Enums

  • error::ParseError
  • error::TryFromDurationError
  • time::TimeUnit

Traits

  • config::NumbersLike
  • parse::Parse8Digits
  • parse::ReprParserTemplate
  • time::SaturatingInto
  • time::TimeUnitsLike
  • util::FloorLog10
  • util::FloorLog2

Type Aliases

  • config::Delimiter

Constants

  • parse::ATTOS_MAX
  • parse::ATTOS_PER_NANO
  • parse::ATTOS_PER_NANO_U128
  • parse::ATTOS_PER_SEC
  • parse::ATTOS_PER_SEC_U128
  • parse::NANOS_PER_SEC
  • parse::NANOS_PER_SEC_U128
  • parse::SECONDS_AND_ATTOS_MAX
  • parse::SECONDS_MAX
  • time::DEFAULT_ID_DAY
  • time::DEFAULT_ID_HOUR
  • time::DEFAULT_ID_MICRO_SECOND
  • time::DEFAULT_ID_MILLI_SECOND
  • time::DEFAULT_ID_MINUTE
  • time::DEFAULT_ID_MONTH
  • time::DEFAULT_ID_NANO_SECOND
  • time::DEFAULT_ID_SECOND
  • time::DEFAULT_ID_WEEK
  • time::DEFAULT_ID_YEAR
  • util::POW10