```rust #[derive(Embed)] #[path = "../", dir(derive(Sha2(256)))] pub struct Assets; ``` But for custom things, like `Blake3(658)`, it requires to generate traits, instead of to use existing. That's something to think about.
But for custom things, like
Blake3(658), it requires to generate traits, instead of to use existing.That's something to think about.