MCPcopy Index your code
hub / github.com/RustPython/RustPython / cformat.rs

File cformat.rs

crates/common/src/cformat.rs:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1//! Implementation of Printf-Style string formatting
2//! as per the [Python Docs](https://docs.python.org/3/library/stdtypes.html#printf-style-string-formatting).
3use alloc::fmt;
4use bitflags::bitflags;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected