eigerco / nebula

A soroban contract library
https://nebula.eiger.co
Apache License 2.0
7 stars 2 forks source link

Improve RCI contract API #115

Open geofmureithi opened 11 months ago

geofmureithi commented 11 months ago

Is your feature request related to a problem? Please describe. Currently to build the OCI import looks like this:

mod contracts {
    include!(concat!(env!("OUT_DIR"), "/nebula_importer.rs"));
}

Describe the solution you'd like This API can be improved to with macros to improve the user experience.

Describe alternatives you've considered N/A

Additional context N/A