Docs.rs
bitrust-0.1.0
bitrust 0.1.0
Docs.rs crate page
Links
Homepage
Repository
crates.io
Source
Owners
yati-sagade
Dependencies
byteorder ^1
normal
bytes ^0.4
normal
crc ^1.8.1
normal
crossbeam ^0.7.3
normal
ctrlc ^3.0
normal
dirs ^2.0
normal
error-chain ^0.12.2
normal
fs2 ^0.4.3
normal
getopts ^0.2
normal
isatty ^0.1.9
normal
lazy_static ^1.0.1
normal
log ^0.3.1
normal
num ^0.2.0
normal
proptest ^0.7.2
normal
protobuf ^2.14.0
normal
rand ^0.3
normal
regex ^1
normal
serde ^1.0
normal
simplelog ^0.5.2
normal
tempfile ^3
normal
toml ^0.5.6
normal
criterion ^0.3
dev
glob ^0.3.0
build
protoc-rust ^2.8.0
build
Versions
27.08%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
bitrust
0.1.0
Serial
Logical
Clock
Aliased Type
Trait Implementations
LogicalClock
In bitrust::
util
bitrust
::
util
Type Alias
SerialLogicalClock
Copy item path
Source
pub type SerialLogicalClock =
Serial
<
u64
>;
Aliased Type
§
struct SerialLogicalClock {
/* private fields */
}
Trait Implementations
§
Source
§
impl
LogicalClock
for
SerialLogicalClock
Source
§
fn
tick
(&mut self) ->
u64
Source
§
fn
set_next
(&mut self, t:
u64
)