Cargo Features
[dependencies]
janetrs = { version = "0.7.0", default-features = false, features = ["std", "amalgation", "inline-more", "unicode", "system", "link-system", "nightly"] }
- default = std, unicode
-
These default features are set whenever
janetrs
is added without
somewhere in the dependency tree.default-features = false - std default
-
To use Error trait and allocations
Enables std of bstr, janetrs_macros ^0.6.0, and libc
- amalgation
-
Use to statically link to janet runtime and have Janet client
Enables link-amalg of evil-janet
Affects
janetrs::client
… - inline-more
-
Inline more functions
- unicode default
-
Unicode conveniences
- system
-
Use system janet.h
Enables system of evil-janet, janetrs_macros ^0.6.0, and janetrs_version
- link-system
-
Use to link to system libjanet (not recommended generally)
Enables link-system of evil-janet, system of janetrs_macros ^0.6.0 and janetrs_version
Affects
janetrs::client
… - nightly
-
Crate features that depends of a nightly gated features