Welcome to Chartered.

A private, authenticated Cargo registry. Everything published to this registry is private and visible only to you, until explicit permissions are granted to others.

Learn More
Rust logo️️

Newly created

{#await recentlyCreatedPromise} {#each [1, 2, 3, 4, 5] as _}
{/each} {:then recentlyCreated} {#each recentlyCreated.crates as crate} {/each} {:catch e} {e} {/await}

Recently updated

{#await recentlyUpdatedPromise} {#each [1, 2, 3, 4, 5] as _}
{/each} {:then recentlyUpdated} {#each recentlyUpdated.versions as crate} v{crate.version} {/each} {:catch e} {e} {/await}

Most downloaded

{#await mostDownloadedPromise} {#each [1, 2, 3, 4, 5] as _}
{/each} {:then mostDownloaded} {#each mostDownloaded.crates as crate} {crate.downloads} {/each} {:catch e} {e} {/await}