macro_rules! oid {
    (raw $($args:tt)*) => { ... };
    (rel $($args:tt)*) => { ... };
    ($($args:tt)*) => { ... };
}
Expand description

Procedural macro to get encoded oids, see the oid module.