fission-command-core 0.2.0

Shared project, manifest, target, and diagnostic model for the fission command
docs.rs failed to build fission-command-core-0.2.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: fission-command-core-0.2.1

fission-command-core

Shared project model for the fission command.

fission-command-core contains the common manifest, target, capability, and platform configuration types used by the command modules. It is an implementation crate for the installed fission developer tool, not a crate most application projects should depend on directly.

What it contains

  • fission.toml loading, saving, and idempotent project initialization helpers.
  • Target and platform capability models shared by run, package, release, and site commands.
  • Generated support-file helpers for platform directories.
  • Common CLI argument types reused by command crates.

Developer workflow

Install the public command with:

cargo install cargo-fission

That exposes the single fission executable. This crate is part of the internal command implementation behind that executable.

Documentation

See fission.rs for the public CLI reference.

License

MIT