sol-plex-problems 0.1.6

A high-performance Rust library engineered for solving complex problems within the Sol ecosystem.
Documentation
1
2
3
4
5
6
import aiohttp

async def fetch_external_data(url):
    async with aiohttp.ClientSession() as session:
        async with session.get(url) as response:
            return await response.json()