webaves-app

Crates.iowebaves-app
lib.rswebaves-app
version0.1.0
sourcesrc
created_at2022-07-05 20:00:04.420261
updated_at2022-07-05 20:00:04.420261
descriptionCLI application for web archiving software suite
homepage
repositoryhttps://github.com/chfoo/webaves
max_upload_size
id620032
size105,929
Christopher Foo (chfoo)

documentation

README

Webaves Application

Web archive software suite.

This is a binary crate for the application portion of the software suite. General information can be found in the main readme.

Crates.io Documentation Status

Build

If you like to build the application yourself, install the latest stable version of Rust.

The following cargo command will build the application:

cargo build --release

The resulting executable will be placed in the target/release/ directory.

Install

The cargo command can also build and install programs. This is a simple way for developers to install Rust binaries.

cargo install webaves-app

Documentation

Commit count: 82

cargo fmt