Dragoon
Dragoon
Is it possible to format physical disks in Windows? Believe it or not, there is a use case here. Windows by default only allows 32GB max partition sizes for FAT32,...
Is it possible to send prepared statements to MSSQL? I'm able to do this with tiberius directly, but I don't see a way to do it with connectorx. Also I...
A common way to connect to MSSQL servers is using an ADO string that tiberius natively supports. Can we have connectorx pass it through? The way I've done it here...
Is there any way to use this with async code? If so, any code examples of how to use it with run_derived?
Need support for VARIANT type for use with certain COM objects From #536 ``` VARIANT support is coming. Much like BSTR, there will likely be a helper struct named Variant...
With the current implementation, it doesn't seem practical detect whether we're dealing with a yubikey via NFC, as the only way we can really do so is by looking at...
I've seen references to hardware accelerated RSA, AES, and ECC for my ESP32, are there any code examples for how to use these in Rust?
### What it does Some functions in Rust's standard library will panic if they're used incorrectly, and there isn't any warning against this. Take for example: ```rust let foo =...
I'm largely a noob to rust (coming from a c# background, been doing rust for 4 weeks) but I'm trying to start with the basics, so I'm doing something simple...
Can this be used for recursive async functions?