Bundles resources in the ckb binary.
This crate bundles the files ckb.toml, ckb-miner.toml, default.db-options, and all files in the
directory specs in the binary.
The bundled files can be read via Resource::Bundled, for example:
// Read bundled ckb.toml
use ;
let ckb_toml_bytes = bundled.get.unwrap;
println!;
These bundled files can be customized for different chains using spec branches. See Template.