linera-io/linera-protocol

Introduce a `Namespace` type.

Fermée

#2 590 ouverte le 8 oct. 2024

 (2 commentaires) (0 réaction) (1 personne assignée)Rust (2 354 forks)batch import
good first issue

Métriques du dépôt

Stars
 (32 149 étoiles)
Métriques de merge PR
 (Merge moyen 2j 22h) (111 PRs mergées en 30 j)

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