use-python-value
Python-like primitive value metadata for RustUse.
Experimental
use-python-value is experimental while use-python remains below 0.3.0.
Example
use PythonPrimitiveValue;
let value = Int;
assert_eq!;
assert!;
assert!;
Scope
- Primitive Python-like value metadata.
- Truthy-like and numeric classification helpers.
- Text storage for large integer literals without arbitrary-precision dependencies.
Non-goals
- Full Python object semantics.
- Arbitrary-precision math.
- Evaluating Python literals or source code.
License
Licensed under either Apache-2.0 or MIT.