namespace

Crates.ionamespace
lib.rsnamespace
version0.1.0
sourcesrc
created_at2019-10-29 01:58:22.919296
updated_at2019-10-29 01:58:22.919296
descriptionA namespace abstraction.
homepagehttps://github.com/ericfindlay/namespace
repositoryhttps://github.com/ericfindlay/namespace
max_upload_size
id176539
size19,616
Eric Findlay (ericfindlay)

documentation

https://docs.rs/namespace

README

A namespace looks like abc::def::ghi.

Namespaces are more subtle than one would naively assume. For namespaces to be genuinely extensible, they cannot know anything beyond their scope. This means that they don't have an absolute index. They can be positioned relative to another namespace only by a 'sliding' match. This matching can potentially be ambiguous, so if multiple matches occur an error is returned. Namespaces can never be empty.

Commit count: 0

cargo fmt