scx_rustland_core 0.4.0

Framework to implement sched_ext schedulers running in user space
Documentation
1
2
3
4
5
6
7
8
custom_target('scx_rustland_core',
              output: '@PLAINNAME@.__PHONY__',
              input: 'Cargo.toml',
              command: [cargo, 'build', '--manifest-path=@INPUT@', '--target-dir=@OUTDIR@',
                        cargo_build_args],
              env: cargo_env,
              depends: [libbpf, bpftool_target],
              build_by_default: true)