Struct wal_rs::WAL[][src]

pub struct WAL { /* fields omitted */ }

WAL write-ahead-log implementation

Methods

impl WAL
[src]

Opens a wal with given dir.

Write bytes to wal

Writes multiple entries to wal.

Read N entries from wal.

Returns entry number in the wal.

Auto Trait Implementations

impl Send for WAL

impl Sync for WAL