Docs.rs
  • rustpython-format-0.3.0
    • rustpython-format 0.3.0
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • github:rustpython:packaging
    • youknowone
    • Dependencies
      • bitflags ^2.3.1 normal
      • itertools ^0.10.5 normal
      • malachite-bigint ^0.1.0 normal
      • num-traits ^0.2 normal
      • rustpython-literal ^0.3.0 normal
    • Versions
    • 25.56% of the crate is documented
  • Go to latest version
  • 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
logo

logo

Crate rustpython_format

  • Version 0.3.0
  • All Items
  • Modules
  • Structs
  • Enums
  • Traits
?
Change settings

Crate rustpython_format

source ·

Modules

  • cformat
    Implementation of Printf-Style string formatting as per the Python Docs.

Structs

  • FieldName
  • FormatSpec
  • FormatString

Enums

  • FieldNamePart
  • FieldType
  • FormatAlign
  • FormatConversion
  • FormatGrouping
  • FormatParseError
  • FormatPart
  • FormatSign
  • FormatSpecError
  • FormatType

Traits

  • CharLen
  • FromTemplate