Docs.rs
folderify-4.1.1
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
folderify 4.1.1
Generate a native-style macOS folder icon from a mask file.
Crate
Source
Builds
Feature flags
Hide files
.github
examples
src
test
tools
.cargo_vcs_info.json
.gitignore
build.rs
Cargo.lock
Cargo.toml
Cargo.toml.orig
LICENSE.md
Makefile
README.md
1
2
3
4
5
use
shadow_rs
::
ShadowBuilder
;
fn
main
(
)
{
ShadowBuilder
::
builder
(
)
.
build
(
)
.
unwrap
(
)
;
}