render_cdk 0.0.13

This crate provides a streamlined interface for interacting with Render, a platform that allows you to build, deploy, and scale your apps with ease.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
format:
	cargo fmt --quiet

lint:
	cargo clippy

release:
	cargo build --release

debug:
	cargo build

run:
	cargo run