Docs.rs
dofigen-2.8.0-beta.3
dofigen 2.8.0-beta.3
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
taorepoara
Dependencies
clap ^4.5
normal
optional
colored ^3.0.0
normal
env_logger ^0.11.9
normal
log ^0.4.27
normal
regex ^1.11.1
normal
relative-path ^2.0.1
normal
reqwest ^0.12.28
normal
schemars ^1
normal
optional
serde ^1.0
normal
serde_json ^1.0.149
normal
optional
yaml_serde ^0.10
normal
sha256 ^1.5.0
normal
struct-patch =0.10.4
normal
thiserror ^2.0
normal
url ^2.5.4
normal
assert_cmd ^2.1.2
dev
assert_fs ^1.1.3
dev
escargot ^0.5.15
dev
httptest ^0.16.4
dev
lazy_static ^1.5.0
dev
predicates ^3.1.4
dev
pretty_assertions_sorted ^1.2.3
dev
Versions
35.62%
of the crate is documented
Go to latest stable release
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
DockerfileContent
dofigen_
lib
2.8.0-beta.3
Dockerfile
Content
Required Methods
generate_content
Implementors
In crate dofigen_
lib
dofigen_lib
Trait
Dockerfile
Content
Copy item path
Source
pub trait DockerfileContent { // Required method fn
generate_content
(&self) ->
String
; }
Required Methods
§
Source
fn
generate_content
(&self) ->
String
Implementors
§
Source
§
impl
DockerfileContent
for
DockerFileLine
Source
§
impl
DockerfileContent
for
InstructionOption
Source
§
impl
DockerfileContent
for
DockerFileInsctruction
Source
§
impl
DockerfileContent
for
InstructionOptionOption