summaryrefslogtreecommitdiffstats
path: root/src/configs/rust.rs
AgeCommit message (Collapse)Author
2019-10-05refactor: Implement Default for SegmentConfig (#495)Nikodem RabuliƄski
Implements the Default trait for SegmentConfig to clean up construction of empty segments. Also adds a segment::new() function to ease construction of simple segments.
2019-10-04refactor: Go from Rust workspaces to a package with nested packages (#480)Matan Kushner