Create table builder structure (#659)

* Create table builder structure

* Adding comments and examples and adjusting file structure
This commit is contained in:
AugustoFKL 2022-10-07 17:57:10 -03:00 committed by GitHub
parent 6392a216f0
commit a3194ddd52
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 360 additions and 53 deletions

View file

@ -10,8 +10,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.
#[cfg(not(feature = "std"))]
use alloc::boxed::Box;
#[cfg(not(feature = "std"))]
use alloc::string::String;
use core::fmt;