]> git.puffer.fish Git - matthieu/frr.git/commit
rustlibd: rust daemon template dev/rust-skel
authorChristian Hopps <chopps@labn.net>
Wed, 26 Feb 2025 21:13:47 +0000 (21:13 +0000)
committerChristian Hopps <chopps@labn.net>
Mon, 3 Mar 2025 12:14:22 +0000 (12:14 +0000)
commitb4000e0ad7db49275cf3f592df3ceeb35021c296
treefd878567ad4e49aab9483c136ead4a77363ed8a2
parent38c8603ebe694e92ef223df3a2c0c4c7fef43c13
rustlibd: rust daemon template

Signed-off-by: Christian Hopps <chopps@labn.net>
18 files changed:
Makefile.am
configure.ac
doc/developer/index.rst
doc/developer/rust-dev.rst [new file with mode: 0644]
lib/libfrr.h
rustlibd/.gitignore [new file with mode: 0644]
rustlibd/Cargo.toml.in [new file with mode: 0644]
rustlibd/Makefile [new file with mode: 0644]
rustlibd/README.org [new file with mode: 0644]
rustlibd/build.rs.in [new file with mode: 0644]
rustlibd/c_shim.rs [new file with mode: 0644]
rustlibd/frrutil.rs [new symlink]
rustlibd/rustfmt.toml.default [new file with mode: 0644]
rustlibd/rustlib_lib.rs [new file with mode: 0644]
rustlibd/rustlib_main.c [new file with mode: 0644]
rustlibd/sandbox.rs [new file with mode: 0644]
rustlibd/subdir.am [new file with mode: 0644]
rustlibd/wrapper.h.in [new file with mode: 0644]