-
### Code
```Rust
#![feature(const_trait_impl)]
const fn test() -> impl ~const Fn() {
const move || {
let sl: &[u8] = b"foo";
match sl {
[first, remaind…
-
### Code
```Rust
#![no_main]
#![no_std]
use core::arch::asm;
use core::panic::PanicInfo;
const IDT_SIZE : usize = 0x100;
type HandlerFn = *const extern fn();
#[no_mangle]
pub stat…
-
### Code
```Rust
use std::mem;
pub struct MyStruct {
pub field: ::Inner,
}
pub trait MyTrait {
type Inner: MyTrait;
}
impl MyTrait for MyStruct {
type Inner = MyStruct;
}
imp…
-
Title: [Constellation](https://github.com/edgelesssys/constellation) - Confidential Kubernetes
Speakers: @m1ghtym0
Description: We've recently released the first Confidential Kubernetes platform…
-
### Code
```Rust
use std::marker::PhantomData;
use std::rc::Rc;
pub fn func(f: F) -> A {
A(B(C::new(D::new(move |st| f(st)))))
}
trait X {}
trait Y {
type V;
}
struct A(…
-
### Code
```Rust
use std::mem;
pub struct S {
pub f: ::I,
}
pub trait Tr {
type I: Tr;
}
impl Tr for S {
type I = S;
}
impl Tr for () {
type I = ();
}
fn foo() -> usize {
me…
-
# Large Dataset Notary Application
To apply for DataCap to onboard your dataset to Filecoin, please fill out the following.
## Core Information
- Organization Name: SDCloud
- Website / Social …
-
Please accept our contribution to the RWOT 12 workshop.
### Decentralized Identity and Verifiable Claims for the Arts and Artists (link)
* by Gaya Blair Pendleton, Valerie Brusola, Markus Willms, …
-
### Code
```Rust
#[derive(Default)]
struct NonGeneric
-
### Code
It's a big company project, and I'm not quite sure where it's coming form.
### Meta
`rustc --version --verbose`:
```
rustc 1.59.0-nightly (efec54529 2021-12-04)
binary: ru…