rustpython-literal 0.5.0

Common literal handling utilities mostly useful for unparse and repr.
Documentation
1
2
3
4
5
6
7
8
9
#![no_std]

extern crate alloc;

pub mod char;
pub mod complex;
pub mod escape;
pub mod float;
pub mod format;