linera-io/linera-protocol

Introduce a `Namespace` type.

Open

#2 590 ouverte le 8 oct. 2024

Voir sur GitHub
 (2 commentaires) (0 réactions) (1 assigné)Rust (32 149 stars) (2 354 forks)batch import
good first issue

Description

The namespace usually has the type String or &str. However, it would be nice to have an encapsulation of that type in order to make the code tighter.

Guide contributeur