Johann Tuffe

Results 12 issues of Johann Tuffe

Today the entire range is first saved in memory. Depending on the need we could provide for both xlsx and xlsm a `Row` or even a `Cell` lazy iterator ......

perf

I believe `thread::sleep` cannot provide microsecond precision on linux. Failing example: ```rust extern crate embedded_hal; extern crate linux_embedded_hal as hal; use embedded_hal::blocking::delay::DelayUs; fn main() { let us = 10u8; let...

List of items not supported for the moment (that I found, it may not be exhaustive) - [x] ~~imports~~ (#24) - [x] ~~package~~ (#25) - [ ] option (ignored when...

Use `nested::Nested` to store xlsx shared strings. My tests show a marginal improvement in terms of speed but memory impact might be noticeable for pathologically large SharedString files.

Is there any way to access a service with kerberos authentication, in particular on windows?

Is there any documentation? - the link in the readme doesn't work - when going on docs.rs, there is no comments, only function signatures I've read the examples, there are...

Not sure if it is possible, but as examples are complimentary to documentation, it would be nice if docs.rs could provide links to examples in the repo examples directory (even...

E-easy
P-medium

I would like to have swagger automatically generated for my rocket project. What is the status of this crate. It looks like a POC (no documentation, not inline with rocket...

Is linux supported out of the box? If yes, what is the recommended way to compile on linux?

build tools