linera-io/linera-protocol

Introduce a `Namespace` type.

Closed

#2,590 opened on Oct 8, 2024

 (2 comments) (0 reactions) (1 assignee)Rust (2,354 forks)batch import
good first issue

Repository metrics

Stars
 (32,149 stars)
PR merge metrics
 (Avg merge 2d 22h) (111 merged PRs in 30d)

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.

Contributor guide