Go to file
Wolfgang Bumiller 23d8e1d4e0 api: Parameter::type_info must be an fn
while filling the Parameter fields as &'static we cannot
really make use of the get_type_info() yet because it would
need to be a `const fn` (possible via #!feature(const_fn)),
so for now we store the method pointer until `const_fn` is
stable

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2019-06-12 16:43:24 +02:00
api-test add an api-test module 2019-06-12 15:54:52 +02:00
proxmox cargo fmt --all 2019-06-12 09:48:30 +02:00
proxmox-api api: Parameter::type_info must be an fn 2019-06-12 16:43:24 +02:00
proxmox-api-macro api: Parameter::type_info must be an fn 2019-06-12 16:43:24 +02:00
proxmox-sys cargo fmt --all 2019-06-12 09:48:30 +02:00
proxmox-tools formatting fixup 2019-06-07 12:03:17 +02:00
.gitignore initial import, starting with vec & io helpers 2019-06-06 14:00:25 +02:00
Cargo.toml add an api-test module 2019-06-12 15:54:52 +02:00
rust-toolchain initial import, starting with vec & io helpers 2019-06-06 14:00:25 +02:00
rustfmt.toml initial import, starting with vec & io helpers 2019-06-06 14:00:25 +02:00