Docs.rs
playdate-build-0.4.4
playdate-build 0.4.4
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
boozook
Dependencies
dirs ^6.0
normal
fs_extra ^1.3
normal
log ^0.4
normal
regex ^1
normal
semver ^1.0
normal
serde ^1.0
normal
optional
serde_json ^1.0
normal
optional
symlink ^0.1
normal
toml ^0.8
normal
optional
playdate-build-utils ^0.3
normal
wax ^0.6
normal
Versions
21.16%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
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
TargetId
playdate_
build
0.4.4
Target
Id
Required Methods
target
Implementors
In playdate_
build::
metadata::
source
playdate_build
::
metadata
::
source
Trait
Target
Id
Copy item path
Source
pub trait TargetId { // Required method fn
target
(&self) -> &
str
; }
Required Methods
§
Source
fn
target
(&self) -> &
str
Implementors
§
Source
§
impl<S:
AsRef
<
str
>>
TargetId
for
Override
<S>