nydus-app
The nydus-app crate is a collection of utilities to help creating applications for Nydus Image Service project, which provides:
struct BuildTimeInfo: application build and version information.fn dump_program_info(): dump program build and version information.fn setup_logging(): setup logging infrastructure for application.
Support
Platforms:
- x86_64
- aarch64
Operating Systems:
- Linux
Usage
Add nydus-app as a dependency in Cargo.toml
[]
= "*"
Then add extern crate nydus-app; to your crate root if needed.
Examples
- Setup application infrastructure.
extern crate clap;
use App;
use Result;
use ;
License
This code is licensed under Apache-2.0.