Re: [PATCH v8 28/31] samples: add Rust examples

From: Konstantin Shelekhin
Date: Tue Aug 02 2022 - 10:08:11 EST


> +module! {
> + type: RustSemaphore,
> + name: b"rust_semaphore",
> + author: b"Rust for Linux Contributors",
> + description: b"Rust semaphore sample",
> + license: b"GPL",
> +}

A minor neat, but ain't it possible to use &str here in order to drop
this ugly binary string prefix?