Tim Evans

Results 5 issues of Tim Evans

What I'm trying to do is use CXX and cargo in "cdylib" mode to build my Rust code into a shared library (DLL) that exports the API defined by the...

windows
linking

The first assert here passes, the second fails: ```rust assert_eq!( BigDecimal::from_str("0.000875") .unwrap() .to_string() .parse::() .unwrap(), 0.000875 ); assert_eq!( BigDecimal::from_str("0.000875").unwrap().to_f64().unwrap(), 0.000875 ); ``` I would expect `to_f64` to give the same...

# Context and scope OMF v1 only supports regular and tensor block models. This means that applications can't use it to store sub-blocked models. OMF v2 should support common regular...

With Python and Rust I can put examples into my doc-comments and run them as tests via `pytest` or `cargo test` respectively. Is there any chance of Doxide helping to...

enhancement

### Bug Description Maturin uses the `.gitignore` to ignore files from the wheel, and in a mixed rust/python wheel this is supposed to ignore the .pyd or .so that `maturin...

bug