Skip to content

Instantly share code, notes, and snippets.

View OLUWAMUYIWA's full-sized avatar
🏠
Working from home

Onigbinde Oluwamuyiwa Elijah OLUWAMUYIWA

🏠
Working from home
View GitHub Profile
@OLUWAMUYIWA
OLUWAMUYIWA / builder.md
Last active May 14, 2024 03:59
Salsa Builder API

Input example

#[salsa::input(jar = Jar)]
struct MyInput {
    field1: u32,
    field2: u32,
}

#[salsa::input(singleton)]

struct MySingletonInput {