Constant hdk::hash_path::path::NAME[][src]

pub const NAME: [u8; 8];

“hdk.path” as utf8 bytes All paths use the same link tag and entry def id. Different pathing schemes/systems/implementations should namespace themselves by their path components rather than trying to layer different link namespaces over the same path components. Similarly there is no need to define different entry types for different pathing strategies.

@todo - revisit whether there is a need/use-case for different link tags or entries See anchors implementation.