{"id":30577599,"url":"https://github.com/thebracket/rustconf2025_async_fundamentals","last_synced_at":"2025-08-29T02:06:44.754Z","repository":{"id":311829457,"uuid":"1045227984","full_name":"thebracket/rustconf2025_async_fundamentals","owner":"thebracket","description":"Async Fundamentals Workshopf or RustConf 2025","archived":false,"fork":false,"pushed_at":"2025-08-26T21:18:51.000Z","size":1004,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-27T06:04:27.127Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/thebracket.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-08-26T20:59:49.000Z","updated_at":"2025-08-26T21:18:54.000Z","dependencies_parsed_at":"2025-08-27T06:06:06.274Z","dependency_job_id":"7d694675-2832-4481-8b79-d52980dc6868","html_url":"https://github.com/thebracket/rustconf2025_async_fundamentals","commit_stats":null,"previous_names":["thebracket/rustconf2025_async_fundamentals"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/thebracket/rustconf2025_async_fundamentals","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thebracket%2Frustconf2025_async_fundamentals","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thebracket%2Frustconf2025_async_fundamentals/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thebracket%2Frustconf2025_async_fundamentals/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thebracket%2Frustconf2025_async_fundamentals/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thebracket","download_url":"https://codeload.github.com/thebracket/rustconf2025_async_fundamentals/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thebracket%2Frustconf2025_async_fundamentals/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272608344,"owners_count":24963897,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-29T02:00:10.610Z","response_time":87,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-08-29T02:06:40.502Z","updated_at":"2025-08-29T02:06:44.744Z","avatar_url":"https://github.com/thebracket.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RustConf 2025 - Async Fundamentals\n\n![Ardan Labs Logo](manual/src/ardanlabs-logo.png)\n\nThese are the slides and code samples for Herbert Wolverson's RustConf 2025 workshop on Async Foundations. This is a comprehensive 5.5-hour hands-on workshop designed for developers with some Rust proficiency who want to master async programming in Rust.\n\n## About the Workshop\n\nThis workshop covers async Rust from the ground up, including:\n- Understanding async/await and the runtime\n- Building TCP servers and clients\n- Working with channels and shared state\n- Creating actor-based architectures\n- Building web services with Axum\n- gRPC services with Tonic\n- Best practices for mixing sync and async code\n\n## About Herbert Wolverson\n\nHerbert Wolverson is the Rust Lead at [Ardan Labs](https://www.ardanlabs.com/) and author of *Hands-on Rust* and *Rust Brain Teasers* (Pragmatic Programmers), with *Advanced Hands-on Rust* coming soon.\n\n## About Ardan Labs\n\n[Ardan Labs](https://www.ardanlabs.com/) provides corporate training and consulting for Go, Rust, Kubernetes, and other cloud-native technologies. We help teams and individuals master modern software development through hands-on training and real-world experience.\n\n## Running the Workshop Materials\n\n### Slides\n\nYou can run the interactive slides locally with:\n\n```bash\ncargo install mdbook\ncd manual\nmdbook serve\n```\n\nThen open your browser to `http://localhost:3000`.\n\n### Code Examples\n\nAll code examples are in the `code/` directory as a Cargo workspace. To ensure offline availability during the workshop:\n\n```bash\ncd code\ncargo vendor\n```\n\nEach example can be run individually:\n\n```bash\ncd code/tcp_server_client\ncargo run\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthebracket%2Frustconf2025_async_fundamentals","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthebracket%2Frustconf2025_async_fundamentals","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthebracket%2Frustconf2025_async_fundamentals/lists"}