package property
Package name. This will be part of asset Id.
For example package my_package
with crate name my_crate
will have
asset id package:my_package/my_crate
:
@ffi.DefaultAsset('package:my_package/my_crate')
library rust;
The name can be overridden by specifying assetName.
Implementation
final String package;