ebri 0.0.5

[NOTE: un-tested. use at your own risk.] ebri (ebr-integrated), that is, a `no-std` EBR (Epoch-Based Reclamation) implementation. thanks to the idea from `scc::ebr`.
Documentation

NOTE: un-tested. use at your own risk.

ebri (ebr-integrated)

a no-std EBR (Epoch-Based Reclamation) implementation. thanks to the idea from scc::ebr.

The epoch consensus algorithm and the use of memory barriers and RMW semantics are similar to that of crossbeam_epoch, however the API set is vastly different, for instance, unsafe blocks are not required to read an instance subject to EBR.