Cargo Features
say-hello-styawan has no features set by default.
[dependencies]
say-hello-styawan = { version = "0.3.0", features = ["all", "hello", "bye", "greet"] }
-
all
=
bye,
greet,
hello
-
-
hello
all?
-
Affects
say-hello-styawan::say_hello
…
-
bye
all?
-
Affects
say-hello-styawan::say_goodbye
…
-
greet
all?
-
Affects
say-hello-styawan::say_greeting
…