linera-io/linera-protocol

Introduce a `Namespace` type.

Open

#2.590 geöffnet am 8. Okt. 2024

Auf GitHub ansehen
 (2 Kommentare) (0 Reaktionen) (1 zugewiesene Person)Rust (32.149 Stars) (2.354 Forks)batch import
good first issue

Beschreibung

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.

Contributor Guide