reovim-driver-layout 0.14.4

Window layout driver for reovim (compositor traits, layer types)
Documentation
1
2
3
4
5
6
7
use super::*;

#[test]
fn test_min_dimensions() {
    const { assert!(MIN_WINDOW_WIDTH >= 1) };
    const { assert!(MIN_WINDOW_HEIGHT >= 1) };
}