scx_rustland_core 2.2.5

Framework to implement sched_ext schedulers running in user space
1
2
3
4
5
6
7
8
9
10
// Copyright (c) Meta Platforms, Inc. and affiliates.
//
// This software may be used and distributed according to the terms of the
// GNU General Public License version 2.

use scx_utils::Builder;

fn main() {
    Builder::new().build()
}