Docs.rs
  • rustpython-format-0.4.0
    • rustpython-format 0.4.0
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • github:rustpython:packaging
    • youknowone
    • Dependencies
      • bitflags ^2.4.0 normal
      • itertools ^0.11.0 normal
      • malachite-bigint ^0.2.0 normal optional
      • num-bigint ^0.4.3 normal optional
      • num-traits ^0.2 normal
      • rustpython-literal ^0.4.0 normal
    • Versions
    • 14.63% 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

rustpython_format0.4.0

Module cformat

Module Items

  • Structs
  • Enums
  • Type Aliases

In crate rustpython_format

rustpython_format

Module cformat

Source
Expand description

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

Structs§

CConversionFlags
CFormatError
CFormatSpec
CFormatStrOrBytes

Enums§

CFloatType
CFormatErrorType
CFormatPart
CFormatPrecision
CFormatQuantity
CFormatType
CNumberType

Type Aliases§

CFormatBytes
CFormatConversion
CFormatString
ParseIter
ParsingError