rickwebiii
rickwebiii
I have a customized third-party playground that I made by forking this repo and making some changes. The changes are [here](https://github.com/Sunscreen-tech/rust-playground/tree/upstream). I'd like to take many of these changes back...
Allow users to read the invariant noise as a double precision value. This provides more fidelity when validating noise models.
When building Rust docs for our `seal_fhe` Rust wrapper crate, the [docs](https://docs.rs/crate/seal_fhe/0.5.0) fail to compile because docs.rs builds run in a Docker container that doesn't allow network access during compilation....
Wasm
Remove "size_t is 64-bit" checks so we can build SEAL C library with WASM32.
This PR might be a bit controversial This PR does the following: * Removes .NET SDK dependency by removing dependency and just `#define`ing `COR_E_IO`, and `COR_E_INVALIDOPERATION` to whatever the values...
The TL;DR; of my scenario is I'm making Rust bindings that can target most sane native targets (works today through the C API) and wasm32 (does not work today). Rust...
### Describe the feature In the model types for each API (e.g. ec2), nearly every field is `Option`. This means that developers have to make a bunch of boilerplate error...
Update crate to 2021 edition (just had to fix crate paths) and update dependencies.
Suppose I have the following directories in the current working path: src\foo\bar and the dest directory does not exist. Running "Copy-Item -Recurse src dest" yields dest\foo\bar However, if dest does...