-
`pgx` is a crate to write custom functions to `postgres` database.
It has `no_std` features to turn off std,(but I think in v2.0.0 we don't have to turn off std for most crates.)
I used the `project…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Code of Conduct
- [X] I agree to follow this project's Code of Conduct
### Current Behaviour
On an…
-
Added to `deny.toml` in https://github.com/timberio/vector/pull/6226
```
┌─ /home/kirill/tmp/vector-deny/Cargo.lock:429:1
│
429 │ raw-cpuid 8.1.2 registry+https://github.com/rust-lang/cr…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Code of Conduct
- [X] I agree to follow this project's Code of Conduct
### Current Behaviour
```
…
-
[Example failure](https://docs.rs/crate/mc-sgx-dcap-sys-types/0.1.0/builds/613724):
```
# rustc version
rustc 1.65.0-nightly (9c20b2a8c 2022-08-17)
# docs.rs version
docsrs 0.6.0 (24bf3b2 2022-…
jcape updated
2 years ago
-
I tried this code:
```toml
[package]
authors = ["bjorn3 "]
name = "sysroot"
version = "0.0.0"
[dependencies]
core = { path = "./sysroot_src/src/libcore" }
compiler_builtins = "0.1"
alloc …
-
In many places we simply import the `sgx_crypto_helper` like this:
```
sgx_crypto_helper = { default-features = false, version = "1.1.5", git = "https://github.com/apache/incubator-teaclave-sgx-sd…
-
### Problem:
the current toolchain (`nightly-2022-03-10`) seems a bit old to compile `polkadot-v0.9.28` cumulus dependencies. It complains about "unstable library feature" when compiling the worker…
-
Currently, enclave calls like `client_propose_tx` cannot be unit tested in crates like `mc-consensus-enclave-impl`.
This is because to invoke the call correctly, the caller must establish an AKE conn…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Code of Conduct
- [X] I agree to follow this project's Code of Conduct
### Current Behaviour
```
…