This is the the library crate for...
"The Fabric Contract API in rust, with Wasm as the compilation target."
A SmartContract is single crate, containing one or more contract sructs, compiled to a Wasm library. In this repo the basic_contract_rs
is an example. This is a simple asset based contract based on the standard vs code extension examples.
End-to-End Getting Started Guide