Docs.rs
  • rustpython-format-0.3.1
    • rustpython-format 0.3.1
    • 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.3.1 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

rustpython_format0.3.1

Module cformat

  • Structs
  • Enums
  • Type Aliases

In crate rustpython_format

?
Change settings

Module rustpython_format::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