Added num/malachite features for format crate (#109)

This commit is contained in:
Harsha Teja Kanna 2023-12-27 21:52:22 -06:00 committed by GitHub
parent 29c4728dbe
commit 8731e9fc50
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 14 additions and 5 deletions

View file

@ -1,5 +1,5 @@
use crate::bigint::{BigInt, Sign};
use itertools::{Itertools, PeekingNext};
use malachite_bigint::{BigInt, Sign};
use num_traits::FromPrimitive;
use num_traits::{cast::ToPrimitive, Signed};
use rustpython_literal::float;