scx_rustland 0.0.2

Userspace scheduling with BPF
1
2
3
4
5
6
7
custom_target('scx_rustland',
              output: '@PLAINNAME@.__PHONY__',
              input: 'Cargo.toml',
              command: [cargo, 'build', '--manifest-path=@INPUT@', '--target-dir=@OUTDIR@',
                        cargo_build_args],
              env: cargo_env,
              build_by_default: true)